mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/EscortAI): Do not remove auras on evade (#17542)
This commit is contained in:
@@ -200,7 +200,6 @@ void npc_escortAI::ReturnToLastPoint()
|
|||||||
|
|
||||||
void npc_escortAI::EnterEvadeMode(EvadeReason /*why*/)
|
void npc_escortAI::EnterEvadeMode(EvadeReason /*why*/)
|
||||||
{
|
{
|
||||||
me->RemoveAllAuras();
|
|
||||||
me->GetThreatMgr().ClearAllThreat();
|
me->GetThreatMgr().ClearAllThreat();
|
||||||
me->CombatStop(true);
|
me->CombatStop(true);
|
||||||
me->SetLootRecipient(nullptr);
|
me->SetLootRecipient(nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user