Scripts/ExilesReach: Update phasing when Stand your Ground quest removed (#29589)

This commit is contained in:
Malcrom
2024-01-17 01:51:42 -04:00
committed by GitHub
parent ba627c1d1c
commit 160bd20c9a

View File

@@ -282,7 +282,10 @@ public:
{
// Remove aura if player drops quest
if (newStatus == QUEST_STATUS_NONE)
{
player->CastSpell(player, SPELL_UPDATE_PHASE_SHIFT);
player->CastSpell(player, SPELL_COMBAT_TRAINING_COMPLETE);
}
}
};