mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 06:19:38 -04:00
Core/Auras: Fixed Glacial Strike (Pit of Saron trash spell) not being removed
This commit is contained in:
@@ -1286,6 +1286,7 @@ void AuraEffect::PeriodicTick(AuraApplication * aurApp, Unit * caster) const
|
||||
{
|
||||
case 43093: case 31956: case 38801: // Grievous Wound
|
||||
case 35321: case 38363: case 39215: // Gushing Wound
|
||||
case 70292: // Glacial Strike
|
||||
if (target->IsFullHealth())
|
||||
{
|
||||
target->RemoveAurasDueToSpell(GetId());
|
||||
|
||||
Reference in New Issue
Block a user