Skip to content

Commit

Permalink
Merge pull request #682 from otsffs/fix/questStart
Browse files Browse the repository at this point in the history
fix quest start
  • Loading branch information
RobbeBryssinck authored May 25, 2024
2 parents dee7e96 + d40383d commit 61af7d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/server/Services/QuestService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ void QuestService::OnQuestChanges(const PacketEvent<RequestQuestUpdate>& acMessa

notify.Status = NotifyQuestUpdate::Started;
}
else
{
notify.Status = NotifyQuestUpdate::StageUpdate;
}
}
else
{
Expand Down

0 comments on commit 61af7d1

Please sign in to comment.