aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-09 18:17:04 -0600
committermegamage <none@none>2009-03-09 18:17:04 -0600
commitaeefdeb8db194e4216ba82d15af2477c9ff40503 (patch)
tree514339d3ea6a3adf959f86a80c5957c3cb8d68d3 /src/game/SpellAuras.cpp
parentcd5088845d4d713fdfd10c035012b2d15e039a49 (diff)
parent7cc3dfa8d54500a85e1887f721dca79940078378 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp5
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())