Refactor out itembase

This commit is contained in:
2024-03-15 10:35:41 -04:00
parent f676b14351
commit 6ed4faded2
16 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ public class PrintEquipCmd extends AbstractDevCmd {
for (Enum.EquipSlotType slot : list.keySet()) {
Item item = list.get(slot);
ItemTemplate template = ItemTemplate.itemTemplates.get(item.getTemplsteID());
ItemTemplate template = ItemTemplate.itemTemplates.get(item.getTemplateID());
throwbackInfo(pc, " " + template.item_base_name + ", slot: " + slot);
}
}