[Bug Fix] Fix /unlock/me/awaken_maya endpoint

- For Arcaea 6.11.0
- Fix a bug that custom errors in `/unlock/me/awaken_maya` cause client errors. #233
This commit is contained in:
Lost-MSth
2025-11-27 22:49:21 +08:00
parent 39e1e52d36
commit 17998ee655
3 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
from .config_manager import Config
ARCAEA_SERVER_VERSION = 'v2.12.1.5'
ARCAEA_DATABASE_VERSION = 'v2.12.1.5'
ARCAEA_SERVER_VERSION = 'v2.12.1.6'
ARCAEA_DATABASE_VERSION = 'v2.12.1.6'
ARCAEA_LOG_DATBASE_VERSION = 'v1.1'