fix(scripts/Ragnaros): Move root handling from DB to Core (#12245)
This commit is contained in:
parent
30b0516544
commit
e075d87c0e
2 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=11502;
|
||||
|
||||
|
|
@ -148,6 +148,7 @@ public:
|
|||
_hasSubmergedOnce = false;
|
||||
_isKnockbackEmoteAllowed = true;
|
||||
me->SetUInt32Value(UNIT_NPC_EMOTESTATE, 0);
|
||||
me->SetControlled(true, UNIT_STATE_ROOT);
|
||||
_lavaBurstGUIDS.clear();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue