From 3345c07ed088345149f28743b0cc73720744058e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 22 十一月 2021 18:24:32 +0800 Subject: [PATCH] 9370 【BT5】【bt5_1.100.1】【主干】【后端】福利——前瞻预告(A504玩家领取奖励增加玩法前瞻奖励 48) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 7 ++++++- 1 files changed, 6 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 0ad82b5..e8915a1 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3537,6 +3537,7 @@ Def_PDict_OnlinePrizeNote = "OnlinePrizeNote%s" # 当日在线奖励领取信息,记录信息 参数天数 Def_PDict_CreateRoleAwardState = "CreateRoleAwardState" # 创角奖励领取记录 +Def_PDict_GameNoticeAwardState = "GameNoticeAwardState" # 玩法前瞻游戏领奖记录 Def_PDict_ShareGameAwardState = "ShareGameAwardState" # 每日分享游戏领奖记录 Def_PDict_GoodGameAwardState = "GoodGameAwardState" # 游戏好评领奖记录 Def_PDict_EquipViewCacheState = "EquipViewCacheState" # 本次上线是否同步过装备缓存 @@ -5533,7 +5534,11 @@ Def_RewardType_InfiniteMoney, #无限货币42 Def_RewardType_SingleRecharge, #单笔累充 43 Def_RewardType_OnlineRechargeTH, #创角在线特惠充值额外奖励 44 -)= range(45) +Def_RewardType_SWC, #送万充奖励 45 +Def_RewardType_FairyCardSponsor, #仙卡赞助奖励 46 +Def_RewardType_CritGodBoxCTG, #暴击神兵奖励 47 +Def_RewardType_GameNotice, #玩法前瞻奖励 48 +)= range(49) #boss复活相关活动定义 -- Gitblit v1.8.0