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