Browse Source

String rename

combat-2
MagicBot 8 months ago
parent
commit
1c368003ae
  1. 2
      src/engine/devcmd/cmds/InfoCmd.java

2
src/engine/devcmd/cmds/InfoCmd.java

@ -506,7 +506,7 @@ public class InfoCmd extends AbstractDevCmd { @@ -506,7 +506,7 @@ public class InfoCmd extends AbstractDevCmd {
case MobLoot:
Item item = (Item) target;
ItemTemplate template = ItemTemplate.templates.get(item.getTemplateID());
output += StringUtils.addWS("ItemBase: " + template.template_id, 20);
output += StringUtils.addWS("Template: " + template.template_id, 20);
output += "Weight: " + template.item_wt;
output += newline;
DecimalFormat df = new DecimalFormat("###,###,###,###,##0");

Loading…
Cancel
Save