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) {
|
public static void GuardWallArcherLogic(Mob mob) {
|
||||||
|
if(mob.guardedCity.getBane() == null){
|
||||||
|
CheckMobMovement(mob);
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
if (mob.getCombatTarget() == null)
|
if (mob.getCombatTarget() == null)
|
||||||
CheckForPlayerGuardAggro(mob);
|
CheckForPlayerGuardAggro(mob);
|
||||||
|
|||||||
Reference in New Issue
Block a user