guards' sleeping pill wore off

This commit is contained in:
2023-05-09 20:59:49 -05:00
parent 584ad46b75
commit 27a6a1f4d0
+1 -1
View File
@@ -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) {