Update ClearStage.cs

This commit is contained in:
Mikhail
2024-07-26 15:29:24 -04:00
parent 766a8605b7
commit 35221356f8

View File

@@ -88,7 +88,7 @@ namespace nksrv.LobbyServer.Msgs.Stage
if (clearedStage.stage_type != "Sub")
{
// add outpost reward level if unlocked
if (user.IsStageCompleted(6002016, true))
if (user.MainQuestData.ContainsKey(21))
{
user.OutpostBattleLevel.Exp++;
if (user.OutpostBattleLevel.Exp >= 5)