diff options
| -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, | 
