fix(Scripts/Magtheridon): add correct way to reset threat list (#17198)
* test * fix but check * fix?
This commit is contained in:
parent
4147418a7a
commit
76d1d02dce
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ struct boss_magtheridon : public BossAI
|
|||
|
||||
void ScheduleCombatEvents()
|
||||
{
|
||||
me->GetThreatMgr().ClearAllThreat();
|
||||
DoResetThreatList();
|
||||
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
|
||||
me->SetImmuneToPC(false);
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue