forked from MagicBane/Server
Value is set earlier.
This commit is contained in:
@@ -1547,7 +1547,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
break;
|
break;
|
||||||
case GuardMinion:
|
case GuardMinion:
|
||||||
this.agentType = AIAgentType.GUARDMINION;
|
this.agentType = AIAgentType.GUARDMINION;
|
||||||
this.guardedCity = ZoneManager.getCityAtLocation(this.building.getLoc());
|
|
||||||
break;
|
break;
|
||||||
case GuardWallArcher:
|
case GuardWallArcher:
|
||||||
this.agentType = AIAgentType.GUARDWALLARCHER;
|
this.agentType = AIAgentType.GUARDWALLARCHER;
|
||||||
|
|||||||
Reference in New Issue
Block a user