From da5febc34a9b682cc7469d1f5f51133b0bc6b184 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 24 Feb 2018 11:46:17 +0000 Subject: [PATCH] fix crash report 127835 --- src/pocketmine/item/ItemIds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/item/ItemIds.php b/src/pocketmine/item/ItemIds.php index 00dc23bd7..a3df27072 100644 --- a/src/pocketmine/item/ItemIds.php +++ b/src/pocketmine/item/ItemIds.php @@ -188,7 +188,7 @@ interface ItemIds extends BlockIds{ public const RABBIT_HIDE = 415; public const HORSEARMORLEATHER = 416, HORSE_ARMOR_LEATHER = 416, LEATHER_HORSE_ARMOR = 416; public const HORSEARMORIRON = 417, HORSE_ARMOR_IRON = 417, IRON_HORSE_ARMOR = 417; - public const GOLD_HORSE_ARMOR = 418, HORSEARMORGOLD = 418, HORSE_ARMOR_GOLD = 418; + public const GOLD_HORSE_ARMOR = 418, GOLDEN_HORSE_ARMOR = 418, HORSEARMORGOLD = 418, HORSE_ARMOR_GOLD = 418; public const DIAMOND_HORSE_ARMOR = 419, HORSEARMORDIAMOND = 419, HORSE_ARMOR_DIAMOND = 419; public const LEAD = 420; public const NAMETAG = 421, NAME_TAG = 421;