mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Ulduar: Boss Algalon: Respawn time was negative
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user