diff --git a/changelog.txt b/changelog.txt index 7f53de277..a99bec7d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,5 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- -== 11/11/2013 == -demonstar55: Mobs shouldn't do any non-attacking related movement while snared. - == 11/09/2013 == Leere: Fixed Bard mana regen, they now only are affected by items and AA. diff --git a/zone/MobAI.cpp b/zone/MobAI.cpp index e1a5eb2f1..7840444c0 100644 --- a/zone/MobAI.cpp +++ b/zone/MobAI.cpp @@ -1554,7 +1554,7 @@ void Mob::AI_Process() { return; } - if(IsNPC() && GetSnaredAmount() == -1) + if(IsNPC()) { if(RuleB(NPC, SmartLastFightingDelayMoving) && !feign_memory_list.empty()) {