From 466edcd49de033afca96312a4291116fa282f8c3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 15 五月 2023 20:11:45 +0800 Subject: [PATCH] 4075 【BT8】【BT9】【主干】限时抢购修复多活动同时开时导致相互重置活动记录bug;(比如常规和合服活动都开放的时候) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 2b8320f..8154581 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3407,7 +3407,9 @@ Def_PDictType_Success, #成就 Def_PDictType_GFPassive, # 被动功法 Def_PDictType_GreatMaster, # 大师 -) = range(15) +Def_PDictType_FlashSaleMix, #限时抢购 合服 +Def_PDictType_FlashSaleFeast, #限时抢购 节日 +) = range(17) # 玩家字典key定义规则, key的长度不能超过29个字节, 注意尽量避免命名重复 # 新增参数TYPE 用于字典分类,默认0 -- Gitblit v1.8.0