r76 update #3

Merged
Raphael merged 2 commits from dev into master 2025-01-20 10:37:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a0e5548f4e - Show all commits

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()
{