Add arados and mosh'ogg (#572)

- Mosh'Ogg Butcher, rare spawn, can now be found in STV
- Purgation Isle (896) now has low level (30-35) enemies before Naxx40, level 57-60 elites after.
This commit is contained in:
Grimfeather
2025-07-28 02:15:31 +02:00
committed by GitHub
parent 9c442d87f6
commit d67aa6847d
4 changed files with 207 additions and 15 deletions

View File

@@ -957,6 +957,20 @@ public:
player->CastSpell(player, IPP_PHASE, false);
}
break;
case AREA_PURGATION_ISLE:
if (sIndividualProgression->isBeforeProgression(player, PROGRESSION_AQ))
{
player->RemoveAura(IPP_PHASE);
player->RemoveAura(IPP_PHASE_II);
player->CastSpell(player, IPP_PHASE, false);
}
else if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_AQ))
{
player->RemoveAura(IPP_PHASE);
player->RemoveAura(IPP_PHASE_II);
player->CastSpell(player, IPP_PHASE_II, false);
}
break;
case AREA_LIGHTS_HOPE:
case AREA_ARGENT_TOURNAMENT_GROUNDS:
case AREA_ARGENT_SUNREAVER_PAVILION: