diff options
| author | megamage <none@none> | 2009-03-09 18:17:04 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-09 18:17:04 -0600 |
| commit | aeefdeb8db194e4216ba82d15af2477c9ff40503 (patch) | |
| tree | 514339d3ea6a3adf959f86a80c5957c3cb8d68d3 /src/game/SpellAuras.cpp | |
| parent | cd5088845d4d713fdfd10c035012b2d15e039a49 (diff) | |
| parent | 7cc3dfa8d54500a85e1887f721dca79940078378 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 3a0edb8ccac..e05711a2381 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -915,11 +915,6 @@ void Aura::_AddAura() void Aura::_RemoveAura() { - // Remove all triggered by aura spells vs unlimited duration - // except same aura replace case - if(m_removeMode!=AURA_REMOVE_BY_STACK) - CleanupTriggeredSpells(); - Unit* caster = GetCaster(); if(caster && IsPersistent()) |
