diff options
author | Machiavelli <none@none> | 2009-06-17 17:31:51 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-17 17:31:51 +0200 |
commit | e4e3cb866119884048d131ada4a5a8974e7ec857 (patch) | |
tree | b5ad83eeac738b17d613f68903791c301336d0cd | |
parent | d9057a8189abf953569f62c6a2b0e1aeb242fb32 (diff) |
* Fix cooldown of Draw Whadows in Grandmaster Vorpil script, spotted by toward and Visagalis
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |