diff options
| author | megamage <none@none> | 2009-03-24 17:05:05 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-24 17:05:05 -0600 |
| commit | 40598d6647d9d42d2d468889a25622b4aef83666 (patch) | |
| tree | 47e9b608819e36e12f8b8208be3e67a0b8859296 /src/game/SpellHandler.cpp | |
| parent | 4d982bfca4167812dfface4fd6b9b8fce69cf7ea (diff) | |
*Do not proc anything for aura remove type = delete.
*Use delete type for duel complete.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellHandler.cpp')
| -rw-r--r-- | src/game/SpellHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp index b9e773437b6..d5dfcb8dab4 100644 --- a/src/game/SpellHandler.cpp +++ b/src/game/SpellHandler.cpp @@ -341,7 +341,7 @@ void WorldSession::HandleCancelAuraOpcode( WorldPacket& recvPacket) } // non channeled case - _player->RemoveAurasDueToSpellByCancel(spellId); + _player->RemoveAurasByCasterSpell(spellId, _player->GetGUID(), AURA_REMOVE_BY_CANCEL); } void WorldSession::HandlePetCancelAuraOpcode( WorldPacket& recvPacket) |
