aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-08 12:28:41 -0500
committermegamage <none@none>2009-04-08 12:28:41 -0500
commit74d553bc4caad3e35922463ec9d327c7fb741496 (patch)
tree7cfd1767e7fa09d5384a97b5feb7d0c3f59b5036 /src/game/SpellAuras.cpp
parentfc7d2a5393175c460c325f9f778a95aaf67388d3 (diff)
parent2ebeb198add74c6d4bf73bf687e7e747355dbfe3 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 462a609e9ff..0cf001ccf80 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3838,8 +3838,6 @@ void AuraEffect::HandleAuraModSilence(bool apply, bool Real)
if ( state == SPELL_STATE_PREPARING || state == SPELL_STATE_CASTING )
{
currentSpell->cancel();
- currentSpell->SetReferencedFromCurrent(false);
- m_target->m_currentSpells[i] = NULL;
}
}
}