From 2189a4b4d817379c75be81d1edececb48da7d648 Mon Sep 17 00:00:00 2001 From: Melledy <121644117+Melledy@users.noreply.github.com> Date: Wed, 13 May 2026 20:28:44 -0700 Subject: [PATCH] Update data versions --- .../java/emu/nebula/game/activity/ActivityType.java | 3 ++- src/main/resources/versions.json | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/java/emu/nebula/game/activity/ActivityType.java b/src/main/java/emu/nebula/game/activity/ActivityType.java index 4a63c22..7996c42 100644 --- a/src/main/java/emu/nebula/game/activity/ActivityType.java +++ b/src/main/java/emu/nebula/game/activity/ActivityType.java @@ -25,7 +25,8 @@ public enum ActivityType { Story (17), PenguinCard (18), ThrowGift (19), - GoldenSpy (20); + GoldenSpy (20), + Double (21); @Getter private final int value; diff --git a/src/main/resources/versions.json b/src/main/resources/versions.json index f0d6ebd..f1845b1 100644 --- a/src/main/resources/versions.json +++ b/src/main/resources/versions.json @@ -1,7 +1,7 @@ { - "global": 106, - "kr": 111, - "jp": 111, - "tw": 117, - "cn": 107 + "global": 107, + "kr": 112, + "jp": 112, + "tw": 118, + "cn": 108 } \ No newline at end of file