fix(scripts/Ragnaros): Move root handling from DB to Core (#12245)

This commit is contained in:
Eddy Vega
2022-06-30 15:12:26 -06:00
committed by GitHub
parent 30b0516544
commit e075d87c0e
2 changed files with 4 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ public:
_hasSubmergedOnce = false;
_isKnockbackEmoteAllowed = true;
me->SetUInt32Value(UNIT_NPC_EMOTESTATE, 0);
me->SetControlled(true, UNIT_STATE_ROOT);
_lavaBurstGUIDS.clear();
}