forked from MagicBane/Server
Itembase refactored out of gold
This commit is contained in:
@@ -182,7 +182,7 @@ public class Account extends AbstractGameObject {
|
||||
}
|
||||
|
||||
if (this.vaultGold == null) {
|
||||
this.vaultGold = Item.newGoldItem(this.getObjectUUID(), ItemBase.getItemBase(7), ItemContainerType.VAULT);
|
||||
this.vaultGold = Item.newGoldItem(this.getObjectUUID(), ItemContainerType.VAULT);
|
||||
|
||||
if (this.vaultGold != null)
|
||||
this.vault.add(this.vaultGold);
|
||||
|
||||
Reference in New Issue
Block a user