mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Update rules of aura stack.
--HG-- branch : trunk
This commit is contained in:
@@ -3865,7 +3865,7 @@ bool Unit::RemoveNoStackAurasDueToAura(Aura *Aur)
|
||||
if (is_triggered_by_spell)
|
||||
continue;
|
||||
|
||||
if(!spellmgr.IsNoStackSpellDueToSpell(spellId, i_spellId, sameCaster))
|
||||
if(spellmgr.CanAurasStack(spellProto, i_spellProto, sameCaster))
|
||||
continue;
|
||||
|
||||
//some spells should be not removed by lower rank of them (totem, paladin aura)
|
||||
|
||||
Reference in New Issue
Block a user