mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user