fix(Scripts/Azuregos): mark of frost should be removed on reset (#12053)

fix(Scripts/Azuregos): Mark of Frost should not be removed on reset

Co-authored-by: temperrr <¨speudoniem@outlook.com>
This commit is contained in:
temperrr
2022-06-14 22:39:28 +02:00
committed by GitHub
parent f3435c6e1c
commit c40fa6509d

View File

@@ -69,8 +69,6 @@ public:
{
if (p->GetZoneId() == me->GetZoneId())
{
p->RemoveAurasDueToSpell(SPELL_AURA_OF_FROST);
p->RemoveAurasDueToSpell(SPELL_CHILL);
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);
}