mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
new phasing areas
This commit is contained in:
@@ -393,6 +393,41 @@ public:
|
|||||||
player->CastSpell(player, IPP_PHASE, false);
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case AREA_BOUGH_SHADOW:
|
||||||
|
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_ONYXIA))
|
||||||
|
{
|
||||||
|
player->RemoveAura(IPP_PHASE);
|
||||||
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case AREA_SERADANE:
|
||||||
|
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_ONYXIA))
|
||||||
|
{
|
||||||
|
player->RemoveAura(IPP_PHASE);
|
||||||
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case AREA_DREAM_BOUGH:
|
||||||
|
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_ONYXIA))
|
||||||
|
{
|
||||||
|
player->RemoveAura(IPP_PHASE);
|
||||||
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case AREA_JADEMIR_LAKE:
|
||||||
|
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_ONYXIA))
|
||||||
|
{
|
||||||
|
player->RemoveAura(IPP_PHASE);
|
||||||
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case AREA_TWILIGHT_GROVE:
|
||||||
|
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_ONYXIA))
|
||||||
|
{
|
||||||
|
player->RemoveAura(IPP_PHASE);
|
||||||
|
player->CastSpell(player, IPP_PHASE, false);
|
||||||
|
}
|
||||||
|
break;
|
||||||
case AREA_LIGHTS_HOPE:
|
case AREA_LIGHTS_HOPE:
|
||||||
case AREA_ARGENT_TOURNAMENT_GROUNDS:
|
case AREA_ARGENT_TOURNAMENT_GROUNDS:
|
||||||
case AREA_ARGENT_SUNREAVER_PAVILION:
|
case AREA_ARGENT_SUNREAVER_PAVILION:
|
||||||
|
|||||||
Reference in New Issue
Block a user