diff options
author | Spp <none@none> | 2010-04-19 16:42:48 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-19 16:42:48 +0200 |
commit | 67b09b024ada9a6ed7f6dee2cda49feafe0d4159 (patch) | |
tree | 7437212f23323e07130c4fdadaf9b11d9aac9039 /src | |
parent | 20f644e2839823b9f32f7754986f161865d6bb17 (diff) |
Ulduar: Boss Algalon: Respawn time was negative
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/northrend/ulduar/ulduar/boss_algalon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/ulduar/ulduar/boss_algalon.cpp b/src/scripts/northrend/ulduar/ulduar/boss_algalon.cpp index e8f67346adb..e944543fb9e 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_algalon.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_algalon.cpp @@ -209,7 +209,7 @@ struct boss_algalonAI : public ScriptedAI if (HealthBelowPct(2)) { - me->SummonGameObject(GAMEOBJECT_GIVE_OF_THE_OBSERVER, 1634.258667, -295.101166,417.321381,0,0,0,0,0,-10); + me->SummonGameObject(GAMEOBJECT_GIVE_OF_THE_OBSERVER, 1634.258667, -295.101166,417.321381,0,0,0,0,0,0); // All of them. or random? DoScriptText(SAY_DEATH_1, me); |