Skip to content

Commit dc5c259

Browse files
authored
fix quest start
Addressing synchronization issues during the initialization phase of partial sub-tasks.
1 parent dee7e96 commit dc5c259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Code/server/Services/QuestService.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ void QuestService::OnQuestChanges(const PacketEvent<RequestQuestUpdate>& acMessa
4444
spdlog::debug("Started quest: {:X}:{:X}, stage: {}", message.Id.ModId, message.Id.BaseId, message.Stage);
4545

4646
notify.Status = NotifyQuestUpdate::Started;
47+
}else{
48+
notify.Status = NotifyQuestUpdate::StageUpdate;
4749
}
4850
}
4951
else

0 commit comments

Comments
 (0)