forked from MagicBane/Server
Extra override removed from constructor.
This commit is contained in:
@@ -231,7 +231,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
if (this.contract != null) if (NPC.ISGuardCaptain(contract.getContractID())) {
|
||||
this.spawnTime = 60 * 15;
|
||||
this.isPlayerGuard = true;
|
||||
this.nameOverride = contract.getName() + " Captain";
|
||||
}
|
||||
|
||||
int guildID = rs.getInt("mob_guildUID");
|
||||
|
||||
Reference in New Issue
Block a user