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