diff options
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 0d7490fc588..39314f30443 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4011,7 +4011,7 @@ void SpellMgr::LoadSpellCustomAttr() break; case 69055: // Saber Lash (Lord Marrowgar) case 70814: // Saber Lash (Lord Marrowgar) - spellInfo->EffectRadiusIndex[0] = 8; + spellInfo->EffectRadiusIndex[0] = 8; // 5yd ++count; break; case 69075: // Bone Storm (Lord Marrowgar) @@ -4021,7 +4021,10 @@ void SpellMgr::LoadSpellCustomAttr() case 72864: // Death Plague (Rotting Frost Giant) case 72378: // Blood Nova (Deathbringer Saurfang) case 73058: // Blood Nova (Deathbringer Saurfang) - spellInfo->EffectRadiusIndex[0] = 12; + case 71160: // Plague Stench (Stinky) + case 71161: // Plague Stench (Stinky) + case 71123: // Decimate (Stinky & Precious) + spellInfo->EffectRadiusIndex[0] = 12; // 100yd ++count; break; case 72385: // Boiling Blood (Deathbringer Saurfang) |