Name/level saved to disk when slotting mobiles.

This commit is contained in:
2023-04-23 09:30:29 -04:00
parent 0a783f7561
commit edd1c0e9a6
3 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ public enum BuildingManager {
NPC npc = null;
if (NPC.ISWallArcher(contractID.getContractID())) {
mob = Mob.createMob( contractID.getMobbaseID(), NpcLoc, contractOwner.getGuild(), true, zone, building, contractID.getContractID(), pirateName, 1);
mob = Mob.createMob( contractID.getMobbaseID(), NpcLoc, contractOwner.getGuild(), true, zone, building, contractID.getContractID(), pirateName, rank);
if (mob == null)
return false;