forked from MagicBane/Server
Refactor out itembase
This commit is contained in:
@@ -75,7 +75,7 @@ public class PrintInventoryCmd extends AbstractDevCmd {
|
||||
int goldCount = 0;
|
||||
|
||||
for (Item item : inventory) {
|
||||
ItemTemplate template = ItemTemplate.itemTemplates.get(item.templsteID);
|
||||
ItemTemplate template = ItemTemplate.itemTemplates.get(item.templateID);
|
||||
|
||||
if (item.template.item_type.equals(ItemType.GOLD) == false) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user