moved createSiegeMob and createGuardMob to the Mob class

This commit is contained in:
2023-04-22 17:16:34 -05:00
parent 8fa20c6f93
commit 38e5081b0e
7 changed files with 195 additions and 192 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ public class InfoCmd extends AbstractDevCmd {
output += newline;
output += "Speed : " + targetMob.getSpeed();
output += newline;
output += "EquipSet: " + targetMob.getEquipmentSetID();
output += "EquipSet: " + targetMob.equipmentSetID;
output += newline;
output += "Parent Zone LoadNum : " + targetMob.getParentZone().getLoadNum();
output += newline;