Stage rewards fully working, fixed main quest again, cash shop working

This commit is contained in:
Mikhail
2024-07-04 13:18:56 -04:00
parent 3f4ec386a4
commit 04a2b8d2fa
6 changed files with 110 additions and 44 deletions

View File

@@ -21,9 +21,6 @@ namespace nksrv.LobbyServer.Msgs.Trigger
var completedQuest = StaticDataParser.Instance.GetMainQuestByTableId(req.Tid);
if (completedQuest == null) throw new Exception("Quest not found");
// set next quest as available
user.SetQuest(completedQuest.next_main_quest_id, true);
JsonDb.Save();
var response = new ResFinMainQuest();
WriteData(response);