aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellHandler.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/SpellHandler.cpp
parentfc7d2a5393175c460c325f9f778a95aaf67388d3 (diff)
parent2ebeb198add74c6d4bf73bf687e7e747355dbfe3 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellHandler.cpp')
-rw-r--r--src/game/SpellHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp
index daa1b2d9add..0efc4cb0ee4 100644
--- a/src/game/SpellHandler.cpp
+++ b/src/game/SpellHandler.cpp
@@ -387,8 +387,6 @@ void WorldSession::HandleCancelAuraOpcode( WorldPacket& recvPacket)
if(spell->m_spellInfo->Id==spellId)
{
spell->cancel();
- spell->SetReferencedFromCurrent(false);
- _player->m_currentSpells[CURRENT_CHANNELED_SPELL] = NULL;
}
}
return;