diff options
| author | Blaymoira <none@none> | 2009-03-01 10:07:40 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-03-01 10:07:40 +0100 |
| commit | a224d61b82bebaeedf486ad7766d6d3e25244f14 (patch) | |
| tree | 14dc5b0f2842660aeb73bb6dd88c832c5d3b4e74 | |
| parent | 36d422693c71410c1ebd7a03dbba532a1065a713 (diff) | |
*Use correct timer for Lady Jainna's spell - by kancaras
--HG--
branch : trunk
| -rw-r--r-- | src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp index 8d6686bb56b..16628cce685 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp @@ -54,7 +54,7 @@ CreatureAI* GetAI_npc_jaina_proudmoore(Creature *_Creature) ai->Spell[0].TargetType = TARGETTYPE_RANDOM; ai->Spell[1].SpellId = SPELL_PYROBLAST; - ai->Spell[1].Cooldown = 2000 + rand()%7000; + ai->Spell[1].Cooldown = 5500 + rand()%4000; ai->Spell[1].TargetType = TARGETTYPE_RANDOM; ai->Spell[2].SpellId = SPELL_SUMMON_ELEMENTALS; |
