forked from MagicBane/Server
guards' sleeping pill wore off
This commit is contained in:
@@ -331,7 +331,7 @@ public class MobileFSM {
|
|||||||
CheckForRespawn(mob);
|
CheckForRespawn(mob);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (mob.playerAgroMap.isEmpty())
|
if (mob.playerAgroMap.isEmpty() && mob.isPlayerGuard == false)
|
||||||
//no players loaded, no need to proceed
|
//no players loaded, no need to proceed
|
||||||
return;
|
return;
|
||||||
if (mob.isCombat() && mob.getCombatTarget() == null) {
|
if (mob.isCombat() && mob.getCombatTarget() == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user