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), Story (17),
PenguinCard (18), PenguinCard (18),
ThrowGift (19), ThrowGift (19),
GoldenSpy (20); GoldenSpy (20),
Double (21);
@Getter @Getter
private final int value; private final int value;
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"global": 106, "global": 107,
"kr": 111, "kr": 112,
"jp": 111, "jp": 112,
"tw": 117, "tw": 118,
"cn": 107 "cn": 108
} }