Fixes in Felwood (#819)

- phasing the tree spirit Ancients related to the hunter's Ancient Leaf quest
- fix Withered Protector pathing and spawn location
This commit is contained in:
Grimfeather
2025-10-20 07:11:07 +02:00
committed by GitHub
parent e65d00bb1d
commit 71eaf3c6c0
3 changed files with 122 additions and 8 deletions

View File

@@ -973,6 +973,15 @@ public:
player->CastSpell(player, IPP_PHASE_II, false);
}
break;
case AREA_IRONTREE_WOOD:
if ((player->getClass() == CLASS_HUNTER) && ((player->GetQuestStatus(QUEST_THE_ANCIENT_LEAF) == QUEST_STATUS_INCOMPLETE) || (player->GetQuestStatus(QUEST_THE_ANCIENT_LEAF) == QUEST_STATUS_REWARDED)))
{
player->RemoveAura(IPP_PHASE);
player->RemoveAura(IPP_PHASE_II);
player->RemoveAura(IPP_PHASE_III);
player->CastSpell(player, IPP_PHASE, false);
}
break;
case AREA_LIGHTS_HOPE:
case AREA_ARGENT_TOURNAMENT_GROUNDS:
case AREA_ARGENT_SUNREAVER_PAVILION: