mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
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:
|
||||
{
|
||||
if (Creature* arthas = ObjectAccessor::GetCreature(*me, _arthasGUID))
|
||||
arthas->CastSpell(me, SPELL_TRANSFORMING_CHANNEL, false);
|
||||
arthas->CastSpell(me, SPELL_TRANSFORMING_CHANNEL, true);
|
||||
Position pos;
|
||||
pos.Relocate(me);
|
||||
pos.m_positionZ += 8.0f;
|
||||
|
||||
Reference in New Issue
Block a user