fix(传承): 修复传承之后天晶数据错乱的问题,玩家登录时修复

This commit is contained in:
luying
2023-10-08 20:10:26 +08:00
parent 144181f2e1
commit cd87b9e74c
5 changed files with 46 additions and 9 deletions

View File

@@ -289,7 +289,7 @@ export enum REDIS_KEY {
SEND_GIFT_CODE = 'sendGiftCodeChannel', // 礼包码频道
MAX_ONLINE_USERS = 'maxOnlineUsers', // 最高在线人数限制
IS_CHECT_BLOCK = 'isCheckBlock', // 防破解检测封号开关0-开1-关
RE_CAL_JEWEL = 'reCalJewel', // 重算天晶开关 true开 其他关
}