@ -1080,7 +1080,10 @@ public class MobAI {
}
public static void GuardWallArcherLogic(Mob mob) {
if(mob.guardedCity.getBane() == null){
CheckMobMovement(mob);
return;
try {
if (mob.getCombatTarget() == null)
CheckForPlayerGuardAggro(mob);