forked from Raphael/SCHALE.GameServer
update version id, new gacha banners
This commit is contained in:
parent
89b7f493ff
commit
a0e5548f4e
|
@ -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();
|
Random random = new Random();
|
||||||
|
|
||||||
for (int i = 0; i < 10; ++i)
|
for (int i = 0; i < 10; ++i)
|
||||||
|
|
|
@ -14,7 +14,7 @@ namespace SCHALE.GameServer.Utils
|
||||||
public string IRCAddress { get; set; } = "127.0.0.1";
|
public string IRCAddress { get; set; } = "127.0.0.1";
|
||||||
public int IRCPort { get; set; } = 6667;
|
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()
|
public static void Load()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue