diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-06-11 10:16:25 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-06-11 10:16:25 +0200 |
commit | 14689c27489c5b62d3bfd6b4670b9b4f5ded6b7a (patch) | |
tree | b8c805a855db461a982103c8137b087875f3b204 /src | |
parent | 73f0cb747c31cdcf9fcfa2d51c7cd04cf391116c (diff) |
Core/Spells: Removed unneeded hack
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index f59d6cf3231..d800389f2fe 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4112,10 +4112,6 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS; ++count; break; - case 71340: // Pact of the Darkfallen (Blood-Queen Lana'thel) - spellInfo->DurationIndex = 21; - ++count; - break; case 71266: // Swarming Shadows case 72890: // Swarming Shadows spellInfo->AreaGroupId = 0; // originally, these require area 4522, which is... outside of Icecrown Citadel |