forked from MagicBane/Server
Wall Archers Attack With No Bane
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user