NPC have names and contract names

This commit is contained in:
2023-04-22 23:20:24 -05:00
parent 88e09c479f
commit 3e005c3a51
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ public class NPC extends AbstractCharacter {
this.nameOverride = rs.getString("npc_name");
this.nameOverride = rs.getString("npc_name") + " the " + this.getContract().getName();
}catch(Exception e){
Logger.error(e);