fix(Scripts/Northrend): Reset palehoof threat before engage (#24426)
This commit is contained in:
parent
ff9638831b
commit
f72b42eb81
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ public:
|
|||
orb->RemoveAurasDueToSpell(SPELL_AWAKEN_SUBBOSS);
|
||||
|
||||
me->RemoveAurasDueToSpell(SPELL_FREEZE);
|
||||
me->GetThreatMgr().ResetAllThreat();
|
||||
me->RemoveUnitFlag(UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_NOT_SELECTABLE);
|
||||
me->SetControlled(false, UNIT_STATE_STUNNED);
|
||||
// SETINCOMBATWITHZONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue