mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 23:14:34 +01:00
Update ClearStage.cs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user