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:
parent
f3435c6e1c
commit
c40fa6509d
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue