*Always delink spell and container when spell is cancelled.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-05 17:31:12 -05:00
parent fef43ddbe7
commit e00106db55
3 changed files with 4 additions and 4 deletions

View File

@@ -392,8 +392,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;