Naming update.

This commit is contained in:
2023-04-30 10:55:16 -04:00
parent b5e2848091
commit eee949de93
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ public class NPC extends AbstractCharacter {
if (this.upgradeDateTime != null)
submitUpgradeJob();
this.name = rs.getString("npc_name");
this.name = this.contract.getName();
this.nameOverride = rs.getString("npc_name");
}catch(Exception e){