fix(Scripts): Brazier of Dancing Flames should dance when spawned (#12156)

This commit is contained in:
ZhengPeiRu21
2022-06-28 14:13:48 -06:00
committed by GitHub
parent e3e9c137a3
commit 12f53ba2d1

View File

@@ -769,13 +769,12 @@ public:
void Reset() override
{
Active = true;
CanIteract = 3500;
Active = false;
CanIteract = 0;
DoCast(me, SPELL_BRAZIER, true);
DoCast(me, SPELL_FIERY_AURA, false);
me->UpdateHeight(me->GetPositionZ() + 0.94f);
me->SetDisableGravity(true);
me->HandleEmoteCommand(EMOTE_ONESHOT_DANCE);
me->SendMovementFlagUpdate();
}