mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Revert "Fixed non-attacking related movement while mobs are snared"
Did some testing, this isn't exactly the case on live. This reverts commit ed6c46f7ffa2a8155e0f22cc52730762df7aee35.
This commit is contained in:
parent
ed6c46f7ff
commit
d83b94d231
@ -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.
|
||||
|
||||
|
||||
@ -1554,7 +1554,7 @@ void Mob::AI_Process() {
|
||||
return;
|
||||
}
|
||||
|
||||
if(IsNPC() && GetSnaredAmount() == -1)
|
||||
if(IsNPC())
|
||||
{
|
||||
if(RuleB(NPC, SmartLastFightingDelayMoving) && !feign_memory_list.empty())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user