diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-05-06 22:10:22 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-05-06 22:10:22 +0200 |
| commit | 3690ce35b730863ca36e0264e19b68dd918383af (patch) | |
| tree | 89c7ef6354ae4205649a6bb0513ec1b5167bb1c7 /src/server/game/Spells/SpellMgr.cpp | |
| parent | 3f7926e0d213154b34d7bfdc38fb2e40dcfe6cb1 (diff) | |
Scripts/Icecrown Citadel
* Increased damage done by Lord Marrowgar's Bone storm
* Fixed Decimate targeting for Stinky and Precious
* Fixed Plague Stench targeting for Stinky
* Added missing zombie summoning for Precious
* Fixed Eat Ooze spell targeting of Mutated Abominations
* Fixed Prince Keleseth summons spawning in walls
* Applied TrinityCore code standards
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) |
