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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
--
DELETE FROM `creature_template_movement` WHERE `CreatureId`=11502;

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();
}