Merge branch 'master' into mcpe-0.11

This commit is contained in:
Shoghi Cervantes 2015-03-28 19:14:02 +01:00
commit c2baaf435d
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -431,6 +431,7 @@ class Item{
self::$list[self::LEATHER_CAP] = LeatherCap::class; self::$list[self::LEATHER_CAP] = LeatherCap::class;
self::$list[self::LEATHER_TUNIC] = LeatherTunic::class; self::$list[self::LEATHER_TUNIC] = LeatherTunic::class;
self::$list[self::LEATHER_PANTS] = LeatherPants::class; self::$list[self::LEATHER_PANTS] = LeatherPants::class;
self::$list[self::LEATHER_BOOTS] = LeatherBoots::class;
self::$list[self::CHAIN_HELMET] = ChainHelmet::class; self::$list[self::CHAIN_HELMET] = ChainHelmet::class;
self::$list[self::CHAIN_CHESTPLATE] = ChainChestplate::class; self::$list[self::CHAIN_CHESTPLATE] = ChainChestplate::class;
self::$list[self::CHAIN_LEGGINGS] = ChainLeggings::class; self::$list[self::CHAIN_LEGGINGS] = ChainLeggings::class;