diff options
| author | megamage <none@none> | 2009-03-02 16:34:17 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-02 16:34:17 -0600 |
| commit | 5997e2d5db5618e5d84733bd224426499f621f33 (patch) | |
| tree | 345db0d11ce4feb8c9ca68e52458cbc954b05bd6 /src/bindings/scripts | |
| parent | 352df954f6e1a8542118e8108928ea5fe268f431 (diff) | |
| parent | cdd178b9c29853d5e498b474006a3635009a50a4 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts')
| -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 98d5c352d3f..6e301d339c8 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; |
