were guard contract ID in enum

This commit is contained in:
2023-04-30 17:17:20 -05:00
parent 0b932119b0
commit 566bb8144a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -708,7 +708,7 @@ public class Mob extends AbstractIntelligenceAgent {
else rank = MBServerStatics.ELITE;
mob.firstName = NPC.getPirateName(mob.getMobBaseID());
mob.lastName = rank + " " + minionType.getRace() + " " + minionType.name();
mob.lastName = rank + " " + minionType.getRace() + " " + minionType.getName();
}
}