Update data versions

This commit is contained in:
Melledy
2026-04-29 21:23:08 -07:00
parent c7279ed6a2
commit c285c878f1
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -64,6 +64,7 @@ tmp/
/proto /proto
/resources /resources
/web /web
/data
/StellaSoraData /StellaSoraData
# Compiled # Compiled
+1 -1
View File
@@ -44,7 +44,7 @@ public class GameConstants {
public static final int MAX_BUILDS = 100; public static final int MAX_BUILDS = 100;
public static final int MAX_PRESETS = 50; public static final int MAX_PRESETS = 50;
public static final int BATTLE_PASS_ID = 1; public static final int BATTLE_PASS_ID = 7;
public static final int MAX_FRIENDSHIPS = 50; public static final int MAX_FRIENDSHIPS = 50;
public static final int MAX_PENDING_FRIENDSHIPS = 30; public static final int MAX_PENDING_FRIENDSHIPS = 30;
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"global": 104, "global": 105,
"kr": 109, "kr": 110,
"jp": 108, "jp": 109,
"tw": 114, "tw": 115,
"cn": 105 "cn": 106
} }