Correction in column name.

This commit is contained in:
2023-04-23 09:45:03 -04:00
parent df7b23c0de
commit 513c254479
+1 -1
View File
@@ -273,7 +273,7 @@ public class Mob extends AbstractIntelligenceAgent {
if (this.contract != null) {
this.equipmentSetID = this.contract.getEquipmentSet();
this.nameOverride = rs.getString("npc_name") + " the " + this.getContract().getName();
this.nameOverride = rs.getString("mob_name") + " the " + this.getContract().getName();
} else {
this.equipmentSetID = rs.getInt("equipmentSet");
this.nameOverride = rs.getString("mob_name");