pirateName and Rank added to CreateMob interface.

This commit is contained in:
2023-04-23 08:51:49 -04:00
parent 235ea84dcd
commit 0a783f7561
5 changed files with 214 additions and 215 deletions
-2
View File
@@ -278,8 +278,6 @@ public class NPC extends AbstractCharacter {
this.buildingLevel = (rs.getInt("npc_buildingLevel"));
this.setParentZone(ZoneManager.getZoneByUUID(this.parentZoneID));
this.nameOverride = rs.getString("npc_name") + " the " + this.getContract().getName();
}catch(Exception e){