mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*always remove old aura instead of recalculating new one in same id stack case-this prevents some problem with spelleffects execution problems
--HG-- branch : trunk
This commit is contained in:
@@ -2641,6 +2641,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool
|
||||
|
||||
spellId_2 = GetLastSpellInChain(spellId_2);
|
||||
spellId_1 = GetLastSpellInChain(spellId_1);
|
||||
|
||||
// Hack for Incanter's Absorption
|
||||
if (spellId_1 == spellId_2 && spellId_1 == 44413)
|
||||
return false;
|
||||
|
||||
if (spellId_1 == spellId_2)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user