mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 04:23:47 +00:00
fix(Core/Spells): Remove vanish immunity aura on stealth removal. (#10106)
Fixes #2668
This commit is contained in:
@@ -1806,7 +1806,10 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
|
|||||||
}
|
}
|
||||||
// Remove Vanish on stealth remove
|
// Remove Vanish on stealth remove
|
||||||
if (GetId() == 1784)
|
if (GetId() == 1784)
|
||||||
|
{
|
||||||
target->RemoveAurasWithFamily(SPELLFAMILY_ROGUE, 0x800, 0, 0, ObjectGuid::Empty);
|
target->RemoveAurasWithFamily(SPELLFAMILY_ROGUE, 0x800, 0, 0, ObjectGuid::Empty);
|
||||||
|
target->RemoveAurasDueToSpell(18461);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user