mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user