More itembase refactor
This commit is contained in:
@@ -176,7 +176,7 @@ public class Account extends AbstractGameObject {
|
||||
this.vault = DbManager.ItemQueries.GET_ITEMS_FOR_ACCOUNT(this.getObjectUUID());
|
||||
|
||||
for (Item item : this.vault) {
|
||||
if (item.getItemBase().getUUID() == 7) {
|
||||
if (item.template.item_type.equals(Enum.ItemType.GOLD)) {
|
||||
this.vaultGold = item;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user