mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Fix gossip quest flow and questgiver marker state
This commit is contained in:
parent
b3ea6d8e81
commit
512d60c9be
3 changed files with 120 additions and 36 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue