fix(Script/Instance): Azuregos' Mark of Frost debuff should persist through wipe and reset (#11345)

* Add files via upload

Fixes Issue #11343

* Update boss_azuregos.cpp

Changed Back SAY_KILL per AC Staff

* Update boss_azuregos.cpp

Add back CancelAll on reset
This commit is contained in:
Greg Wilkinson
2022-04-18 12:38:32 -05:00
committed by GitHub
parent 16d9d29a1c
commit 47e0c0d88b

View File

@@ -62,7 +62,6 @@ public:
void Reset() override
{
me->RemoveAurasDueToSpell(SPELL_MARK_OF_FROST_AURA);
_scheduler.CancelAll();
me->SetNpcFlag(UNIT_NPC_FLAG_GOSSIP);
me->RestoreFaction();
@@ -71,7 +70,6 @@ public:
if (p->GetZoneId() == me->GetZoneId())
{
p->RemoveAurasDueToSpell(SPELL_MARK_OF_FROST);
p->RemoveAurasDueToSpell(SPELL_AURA_OF_FROST);
p->RemoveAurasDueToSpell(SPELL_CHILL);
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);