From e4e3cb866119884048d131ada4a5a8974e7ec857 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 17 Jun 2009 17:31:51 +0200 Subject: * Fix cooldown of Draw Whadows in Grandmaster Vorpil script, spotted by toward and Visagalis --HG-- branch : trunk --- .../zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp index edd249cfebb..dff997a3109 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp @@ -285,7 +285,7 @@ struct TRINITY_DLL_DECL boss_grandmaster_vorpilAI : public ScriptedAI DoCast(m_creature,HeroicMode?H_SPELL_RAIN_OF_FIRE:SPELL_RAIN_OF_FIRE); ShadowBoltVolley_Timer = 6000; - DrawShadows_Timer = 3000; + DrawShadows_Timer = 30000; }else DrawShadows_Timer -= diff; if ( summonTraveler_Timer < diff) -- cgit v1.2.3