forked from MagicBane/Server
Name/level saved to disk when slotting mobiles.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user