Hotfix pumpling pet being added to Haunted Chest

This commit is contained in:
Alexander Meech 2016-10-29 23:52:38 -04:00 committed by Shaun Bennett
parent 7a0fba3027
commit e73947b9b1

View File

@ -614,7 +614,7 @@ public class RewardManager
addReward(Type.TRICK_OR_TREAT, new ChestReward(_inventoryManager, TreasureType.MYTHICAL, 1, 3, rarity, 50, 0));
addReward(Type.TRICK_OR_TREAT, new ChestReward(_inventoryManager, TreasureType.ILLUMINATED, 1, 1, rarity, 30, 0));
addMount(Type.TRICK_OR_TREAT, getMount(MountZombie.class), rarity, 25);
addPetReward(Type.HAUNTED, EntityType.ZOMBIE, rarity, 10);
addPetReward(Type.TRICK_OR_TREAT, EntityType.ZOMBIE, rarity, 10);
addGadget(Type.TRICK_OR_TREAT, getGadget(MorphPumpkinKing.class), rarity, 5);
}