update version id, new gacha banners

This commit is contained in:
raphaeIl 2025-01-20 05:34:59 -05:00
parent 89b7f493ff
commit a0e5548f4e
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers
// });
//}
List<long> rateUps = [10110, 10111];
List<long> rateUps = [10110, 10111, 10112, 20041];
Random random = new Random();
for (int i = 0; i < 10; ++i)

View File

@ -14,7 +14,7 @@ namespace SCHALE.GameServer.Utils
public string IRCAddress { get; set; } = "127.0.0.1";
public int IRCPort { get; set; } = 6667;
public string VersionId { get; set; } = "r76_53_odfuvebzfonktr6yf71a";
public string VersionId { get; set; } = "r76_odfuvebzfonktr6yf71a/";
public static void Load()
{