From dcc3c24cdfcc800ab5cfb50dcb71295d268d39a6 Mon Sep 17 00:00:00 2001 From: StopWuyu Date: Sat, 23 Aug 2025 20:27:52 +0800 Subject: [PATCH] chore: set game version to `3.5.52` --- Common/Util/GameConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Util/GameConstants.cs b/Common/Util/GameConstants.cs index 319de23e..10d22b67 100644 --- a/Common/Util/GameConstants.cs +++ b/Common/Util/GameConstants.cs @@ -2,7 +2,7 @@ public static class GameConstants { - public const string GAME_VERSION = "3.5.51"; + public const string GAME_VERSION = "3.5.52"; public const string AvatarDbVersion = "20250430"; public const int GameVersionInt = 3200; public const int MAX_STAMINA = 300;