TBC - Terrace of Light phasing (#860)

phasing Shattered Sun NPCs and game objects until TBC T5
This commit is contained in:
Grimfeather
2025-11-16 14:27:42 +01:00
committed by GitHub
parent a5c8e9e263
commit 1c74a9847b
4 changed files with 47 additions and 1 deletions

View File

@@ -1017,7 +1017,15 @@ public:
player->CastSpell(player, IPP_PHASE, false);
}
break;
case AREA_LIGHTS_HOPE:
case AREA_TERRACE_OF_LIGHT:
if (sIndividualProgression->hasPassedProgression(player, PROGRESSION_TBC_TIER_4))
{
player->RemoveAura(IPP_PHASE);
player->RemoveAura(IPP_PHASE_II);
player->RemoveAura(IPP_PHASE_III);
player->CastSpell(player, IPP_PHASE, false);
}
break;
case AREA_ARGENT_TOURNAMENT_GROUNDS:
case AREA_ARGENT_SUNREAVER_PAVILION:
case AREA_ARGENT_SILVER_COVENANT_PAVILION: