Extra override removed from constructor.

This commit is contained in:
2023-04-23 09:38:49 -04:00
parent edd1c0e9a6
commit df7b23c0de
-1
View File
@@ -231,7 +231,6 @@ public class Mob extends AbstractIntelligenceAgent {
if (this.contract != null) if (NPC.ISGuardCaptain(contract.getContractID())) { if (this.contract != null) if (NPC.ISGuardCaptain(contract.getContractID())) {
this.spawnTime = 60 * 15; this.spawnTime = 60 * 15;
this.isPlayerGuard = true; this.isPlayerGuard = true;
this.nameOverride = contract.getName() + " Captain";
} }
int guildID = rs.getInt("mob_guildUID"); int guildID = rs.getInt("mob_guildUID");