forked from MagicBane/Server
fix wrong display for hotzone lot table in simulatebooty
This commit is contained in:
@@ -138,7 +138,7 @@ public class simulateBootyCmd extends AbstractDevCmd {
|
||||
if(ZoneManager.inHotZone(mob.getLoc())){
|
||||
for (BootySetEntry entry : NPCManager._bootySetMap.get(mob.getMobBase().bootySet)) {
|
||||
if(LootManager.generalItemTables.containsKey(entry.lootTable + 1) == true)
|
||||
output += "HOTZONE TABLE [" + entry.bootyType + "] " + entry.lootTable + 1 + newline;
|
||||
output += "HOTZONE TABLE [" + entry.bootyType + "] " + (entry.lootTable + 1) + newline;
|
||||
}
|
||||
}
|
||||
output += "GLASS DROPS: " + GlassItems.size() + newline;
|
||||
|
||||
Reference in New Issue
Block a user