diff options
| author | megamage <none@none> | 2009-05-21 14:54:22 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-21 14:54:22 -0500 |
| commit | 32064b79dadb547054f91369085c15cb708269d6 (patch) | |
| tree | 8e9c5e471417a52f91643682b4f55d6d9d54cf85 /src/game/SpellMgr.cpp | |
| parent | 1403419164d2ba39165059dd5b5fec55638f94b8 (diff) | |
*Do not remove/add aura for refreshing case.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 08bf88e45da..c09bec5d013 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2639,10 +2639,6 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool } } - // hack for Incanter's Absorption - if (spellInfo_1->Id==44413 && spellInfo_2->Id==44413) - return false; - spellId_2 = GetLastSpellInChain(spellId_2); spellId_1 = GetLastSpellInChain(spellId_1); if (spellId_1 == spellId_2) |
