update to game version g122.8.20c

This commit is contained in:
Mikhail Thompson
2024-07-03 15:14:32 -04:00
parent 53dab52b9a
commit 589d7be4eb
13 changed files with 144 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ namespace nksrv.LobbyServer.Msgs.Misc
var req = await ReadData<ResourceHostRequest>();
var r = new ResourceHostResponse();
r.BaseUrl = "https://cloud.nikke-kr.com/prdenv/121-b0630db21d/{Platform}";
r.BaseUrl = "https://cloud.nikke-kr.com/prdenv/122-b0255105e0/{Platform}";
WriteData(r);
}