Update data versions

This commit is contained in:
Melledy
2026-05-13 20:28:44 -07:00
parent b373befadb
commit 2189a4b4d8
2 changed files with 7 additions and 6 deletions
@@ -25,7 +25,8 @@ public enum ActivityType {
Story (17),
PenguinCard (18),
ThrowGift (19),
GoldenSpy (20);
GoldenSpy (20),
Double (21);
@Getter
private final int value;
+5 -5
View File
@@ -1,7 +1,7 @@
{
"global": 106,
"kr": 111,
"jp": 111,
"tw": 117,
"cn": 107
"global": 107,
"kr": 112,
"jp": 112,
"tw": 118,
"cn": 108
}