Scripting/Utgarde Pinnacle: Fix visual during Svala's transformation
This commit is contained in:
@@ -258,7 +258,7 @@ class boss_svala : public CreatureScript
|
|||||||
case EVENT_INTRO_TRANSFORM_0:
|
case EVENT_INTRO_TRANSFORM_0:
|
||||||
{
|
{
|
||||||
if (Creature* arthas = ObjectAccessor::GetCreature(*me, _arthasGUID))
|
if (Creature* arthas = ObjectAccessor::GetCreature(*me, _arthasGUID))
|
||||||
arthas->CastSpell(me, SPELL_TRANSFORMING_CHANNEL, false);
|
arthas->CastSpell(me, SPELL_TRANSFORMING_CHANNEL, true);
|
||||||
Position pos;
|
Position pos;
|
||||||
pos.Relocate(me);
|
pos.Relocate(me);
|
||||||
pos.m_positionZ += 8.0f;
|
pos.m_positionZ += 8.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user