Fix gossip quest flow and questgiver marker state

This commit is contained in:
Kelsi 2026-02-19 02:04:56 -08:00
parent b3ea6d8e81
commit 512d60c9be
3 changed files with 120 additions and 36 deletions

View file

@ -5069,6 +5069,7 @@ void Application::updateQuestMarkers() {
markerType = 0; // Available (yellow !)
break;
case QuestGiverStatus::REWARD:
case QuestGiverStatus::REWARD_REP:
markerType = 1; // Turn-in (yellow ?)
break;
case QuestGiverStatus::INCOMPLETE: