MonsterType fields added to ./info

This commit is contained in:
2023-04-09 13:58:29 -04:00
parent 97165bbdfe
commit 6f82ee24d9
+3 -1
View File
@@ -421,7 +421,9 @@ public class InfoCmd extends AbstractDevCmd {
else
output += "RaceID: " + targetMob.getLoadID();
output += newline;
output += "NoAggro: " + mobBase.getNoAggro().toString();
output += "notEnemy: " + targetMob.notEnemy.toString();
output += newline;
output += "enemy: " + targetMob.enemy.toString();
output += newline;
output += "Spawn: (" + targetMob.getBindLoc().getX();
output += ", " + targetMob.getBindLoc().getY();