diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-28 19:38:01 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-28 19:38:01 +0100 |
| commit | abbbf55931f8038ee0999a3741cf50fb5c550c2f (patch) | |
| tree | 85c4c9c995682a31a9ca5c4901bf645b9a258a5c /src | |
| parent | 9281eb42da936aee2daab039237f0e52732c55fa (diff) | |
Core/Spell: Removed a obsolete spell fix for cata
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index e49b2891a4e..61b5b2805a3 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3614,9 +3614,6 @@ void SpellMgr::LoadSpellInfoCorrections() case 40167: // Introspection spellInfo->Attributes |= SPELL_ATTR0_NEGATIVE_1; break; - case 45524: // Chains of Ice - spellInfo->EffectImplicitTargetA[EFFECT_2] = 0; - break; case 2378: // Minor Fortitude spellInfo->ManaCost = 0; spellInfo->ManaPerSecond = 0; |
