fixed ender chest shop item

This commit is contained in:
Mini-Chiss 2015-02-11 14:44:14 +13:00
parent 92d3a7dab8
commit 500e37a618
1 changed files with 1 additions and 1 deletions

View File

@ -113,6 +113,6 @@ public class TreasurePage extends ShopPageBase<TreasureManager, TreasureShop>
else AddButton(4, heroic, new BuyChestButton(Player, _inventoryManager, this, "Ancient Chest", Material.CHEST, 5000));
if (legendaryCount > 0) AddButton(6, legendary, new OpenTreasureButton(Player, _treasureLocation, TreasureType.MYTHICAL));
else AddButton(6, legendary, new BuyChestButton(Player, _inventoryManager, this, "Mythical Chest", Material.CHEST, 10000));
else AddButton(6, legendary, new BuyChestButton(Player, _inventoryManager, this, "Mythical Chest", Material.ENDER_CHEST, 10000));
}
}