Skip to content

Commit 61af7d1

Browse files
Merge pull request #682 from otsffs/fix/questStart
fix quest start
2 parents dee7e96 + d40383d commit 61af7d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Code/server/Services/QuestService.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ void QuestService::OnQuestChanges(const PacketEvent<RequestQuestUpdate>& acMessa
4545

4646
notify.Status = NotifyQuestUpdate::Started;
4747
}
48+
else
49+
{
50+
notify.Status = NotifyQuestUpdate::StageUpdate;
51+
}
4852
}
4953
else
5054
{

0 commit comments

Comments
 (0)