diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-05-17 13:17:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-05-17 13:17:42 +0200 |
commit | 63f7a6d3d91c0181d753e8ed8e6bbb97aaed4adb (patch) | |
tree | cd392fac53bae989a75fc2e2c351863267737370 /src/server/game/Spells/SpellMgr.cpp | |
parent | 2086eb37e8c865f28d8b239ac920ba4e63860fde (diff) |
Core/Spells: Use SpellDifficulty.dbc to check casterAuraSpell, excludeCasterAuraSpell, targetAuraSpell and excludeTargetAuraSpell
Scripts/Icecrown Citadel: Fixed Mutated Abomination not being able to eat ooze on heroic mode
Scripts/Icecrown Citadel: Removed some obsolete code
Closes #523, #1447
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 5afbf4d61e8..c77921eaa43 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4053,11 +4053,6 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DEST; ++count; break; - // this is here until targetAuraSpell and alike support SpellDifficulty.dbc - case 70459: // Ooze Eruption Search Effect (Professor Putricide) - spellInfo->targetAuraSpell = 0; - ++count; - break; // THIS IS HERE BECAUSE COOLDOWN ON CREATURE PROCS IS NOT IMPLEMENTED case 71604: // Mutated Strength (Professor Putricide) case 72673: // Mutated Strength (Professor Putricide) |