*Fix shadow cloak, also remove spells such as hunter's mark.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-22 10:32:29 -06:00
parent 5b59337597
commit a0ef1aa89b

View File

@@ -1871,6 +1871,7 @@ void Spell::EffectTriggerSpell(uint32 i)
// Cloak of Shadows
case 35729 :
{
m_caster->RemoveAurasWithDispelType(DISPEL_ALL);
Unit::AuraMap& Auras = m_caster->GetAuras();
for(Unit::AuraMap::iterator iter = Auras.begin(); iter != Auras.end(); ++iter)
{