forked from MagicBane/Server
zone override
This commit is contained in:
@@ -1030,7 +1030,10 @@ public class MobAI {
|
||||
}
|
||||
|
||||
public static void GuardCaptainLogic(Mob mob) {
|
||||
|
||||
if(mob.guardedCity.getBane() == null){
|
||||
CheckMobMovement(mob);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
if (mob.getCombatTarget() == null)
|
||||
CheckForPlayerGuardAggro(mob);
|
||||
@@ -1054,7 +1057,10 @@ public class MobAI {
|
||||
}
|
||||
|
||||
public static void GuardMinionLogic(Mob mob) {
|
||||
|
||||
if(mob.guardedCity.getBane() == null){
|
||||
CheckMobMovement(mob);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
boolean isComanded = mob.npcOwner.isAlive();
|
||||
if (!isComanded) {
|
||||
|
||||
Reference in New Issue
Block a user