diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-06-26 11:45:29 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-06-26 11:45:29 +0200 |
commit | 2b1039d0e1e78e85a19185208e125b2a2473778c (patch) | |
tree | 32a776007b653a933e9111cdaf67b1dae5345f5c /src/server/game/Spells/SpellMgr.cpp | |
parent | 6667277a165efaaa7115b33367ab0fb74d899ed8 (diff) |
Scripts/Icecrown Citadel
* Removed spellmgr hacks for Boiling Blood
* Removed obsolete effect from Resistant Skin causing them to lose the aura when hit by shadow spell
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index d6a447bd75f..2ba9ca36528 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4125,12 +4125,9 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectRadiusIndex[0] = 12; // 100yd ++count; break; - case 72385: // Boiling Blood (Deathbringer Saurfang) - case 72441: // Boiling Blood (Deathbringer Saurfang) - case 72442: // Boiling Blood (Deathbringer Saurfang) - case 72443: // Boiling Blood (Deathbringer Saurfang) - spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_TARGET_ENEMY; - spellInfo->EffectImplicitTargetB[0] = 0; + case 72723: // Resistant Skin (Deathbringer Saurfang adds) + // this spell initially granted Shadow damage immunity, however it was removed but the data was left in client + spellInfo->Effect[2] = 0; ++count; break; case 70460: // Coldflame Jets (Traps after Saurfang) |