diff options
| author | Shocker <none@none> | 2010-11-14 23:46:34 +0200 |
|---|---|---|
| committer | Shocker <none@none> | 2010-11-14 23:46:34 +0200 |
| commit | 48d90fab32f8db215be0a4dd2ef2deaacc185a06 (patch) | |
| tree | 9af57bb6defbec2de1a26710c55758c71118af3e /src/server/scripts/Outland | |
| parent | a3ade4a49afbdc6a7cc6b98a3d49a9d30d84e9f6 (diff) | |
Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/Outland')
| -rw-r--r-- | src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp index f62d9723c9d..09e71820055 100644 --- a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp +++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp @@ -29,8 +29,8 @@ EndScriptData */ enum eSpells { SPELL_FLAME_BUFFET = 34121, // Flame Buffet - every 1,5 secs in phase 1 if there is no victim in melee range and after Dive Bomb in phase 2 with same conditions - SPELL_FLAME_QUILLS = 34229, // Randomly after changing position in phase after watching tonns of movies, set probability 20% - SPELL_REBIRTH = 34342, // Rebirth - beginning of second phase(after loose all health in phase 1) + SPELL_FLAME_QUILLS = 34229, // Randomly after changing position in phase after watching tons of movies, set probability 20% + SPELL_REBIRTH = 34342, // Rebirth - beginning of second phase(after losing all health in phase 1) SPELL_REBIRTH_2 = 35369, // Rebirth(another, without healing to full HP) - after Dive Bomb in phase 2 SPELL_MELT_ARMOR = 35410, // Melt Armor - every 60 sec in phase 2 SPELL_CHARGE = 35412, // Charge - 30 sec cooldown @@ -38,7 +38,7 @@ enum eSpells SPELL_DIVE_BOMB = 35181, // after watching tonns of movies, set cooldown to 40+rand()%5. SPELL_BERSERK = 45078, // 10 minutes after phase 2 starts(id is wrong, but proper id is unknown) - CREATURE_EMBER_OF_ALAR = 19551, // Al'ar summons one Ember of Al'ar every position change in phase 1 and two after Dive Bomb. Also in phase 2 when Ember of Al'ar dies, boss loose 3% health. + CREATURE_EMBER_OF_ALAR = 19551, // Al'ar summons one Ember of Al'ar every position change in phase 1 and two after Dive Bomb. Also in phase 2 when Ember of Al'ar dies, boss loses 3% health. SPELL_EMBER_BLAST = 34133, // When Ember of Al'ar dies, it casts Ember Blast CREATURE_FLAME_PATCH_ALAR = 20602, // Flame Patch - every 30 sec in phase 2 |
