*Do not proc anything for aura remove type = delete.

*Use delete type for duel complete.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-24 17:05:05 -06:00
parent 4d982bfca4
commit 40598d6647
5 changed files with 13 additions and 25 deletions

View File

@@ -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)