mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
Stage rewards fully working, fixed main quest again, cash shop working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user