diff --git a/Code/server/Services/QuestService.cpp b/Code/server/Services/QuestService.cpp index fa0ea2a46..f62ddb291 100644 --- a/Code/server/Services/QuestService.cpp +++ b/Code/server/Services/QuestService.cpp @@ -45,6 +45,10 @@ void QuestService::OnQuestChanges(const PacketEvent& acMessa notify.Status = NotifyQuestUpdate::Started; } + else + { + notify.Status = NotifyQuestUpdate::StageUpdate; + } } else {