mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01: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