mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
*Fix shadow cloak, also remove spells such as hunter's mark.
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user