This commit is contained in:
Mikhail Thompson
2024-06-29 21:01:10 +03:00
parent 48ed961648
commit 1698b741c4

View File

@@ -90,7 +90,6 @@ namespace nksrv.LobbyServer.Msgs.Stage
var quest = StaticDataParser.Instance.GetMainQuestForStageClearCondition(clearedStageId);
if (quest == null) throw new Exception("quest not found for stage: " + clearedStageId);
user.SetQuest(quest.id, true);
user.SetQuest(quest.next_main_quest_id, false);
if (clearedStageId == 6000003)
{