diff options
| author | Anubisss <none@none> | 2009-11-09 23:51:45 +0100 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-11-09 23:51:45 +0100 |
| commit | a0314df4af0258ab47c932589a86855d139b1725 (patch) | |
| tree | 1576e478fafca369cae880968e5d9bf014f245b3 /src | |
| parent | f032a5ebf5347f60b0825135778f3aa26695888d (diff) | |
*Correct spells for boss Dred. Patch by manuel.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/scripts/northrend/draktharon_keep/boss_dred.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/scripts/northrend/draktharon_keep/boss_dred.cpp b/src/bindings/scripts/scripts/northrend/draktharon_keep/boss_dred.cpp index b3e4bed1f90..a29503299ac 100644 --- a/src/bindings/scripts/scripts/northrend/draktharon_keep/boss_dred.cpp +++ b/src/bindings/scripts/scripts/northrend/draktharon_keep/boss_dred.cpp @@ -29,11 +29,11 @@ Script Data End */ enum eSpells { - SPELL_BELLOWING_ROAR = 44863, // fears the group, can be resisted/dispelled + SPELL_BELLOWING_ROAR = 22686, // fears the group, can be resisted/dispelled SPELL_GRIEVOUS_BITE = 48920, SPELL_MANGLING_SLASH = 48873, //casted on the current tank, adds debuf SPELL_FEARSOME_ROAR = 48849, - H_SPELL_FEARSOME_ROAR = 48849, //Not stacking, debuff + H_SPELL_FEARSOME_ROAR = 59422, //Not stacking, debuff SPELL_PIERCING_SLASH = 48878, //debuff -->Armor reduced by 75% SPELL_RAPTOR_CALL = 59416, //dummy SPELL_GUT_RIP = 49710, |
