Scripting/Utgarde Pinnacle: Fix visual during Svala's transformation

This commit is contained in:
Carbenium
2013-12-21 23:55:53 +01:00
parent 4ca63412c8
commit 27aeecf49d
@@ -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;