fix(Scripts/Magtheridon): Remove ThreatList before release (#17128)
init
This commit is contained in:
parent
52d07bbfae
commit
056b28ea21
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ struct boss_magtheridon : public BossAI
|
|||
|
||||
void ScheduleCombatEvents()
|
||||
{
|
||||
me->GetThreatMgr().ClearAllThreat();
|
||||
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
|
||||
me->SetImmuneToPC(false);
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue