Rename and clean up MaplePet

This commit is contained in:
P0nk
2021-09-09 20:51:30 +02:00
parent 5ed7cf73d1
commit 6ca5abd896
25 changed files with 121 additions and 113 deletions

View File

@@ -87,7 +87,7 @@ public class CashShop {
int petid = -1;
if (ItemConstants.isPet(itemId)) {
petid = MaplePet.createPet(itemId);
petid = Pet.createPet(itemId);
}
if (ItemConstants.getInventoryType(itemId).equals(InventoryType.EQUIP)) {