mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 07:24:52 +01:00
bug fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user