From 066513e021d3533cb8293a98174273faaf100874 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 23 十月 2024 14:58:40 +0800
Subject: [PATCH] 10284 【后端】 仙宝奇缘新版本-倒贴版本(增加开服每日奖励)

---
 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 c0d18d0..bde850f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -3687,6 +3687,7 @@
 
 Def_PDict_OnlinePrizeNote = "OnlinePrizeNote%s"  # 当日在线奖励领取信息,记录信息 参数天数
 
+Def_PDict_OpenSererDailyAward = "OpenSererDailyAward"  # 开服每日奖励记录
 Def_PDict_CreateRoleAwardState = "CreateRoleAwardState"  # 创角奖励领取记录
 Def_PDict_GameNoticeAwardState = "GameNoticeAwardState"  # 玩法前瞻游戏领奖记录
 Def_PDict_ShareGameAwardState = "ShareGameAwardState"  # 每日分享游戏领奖记录
@@ -6026,7 +6027,8 @@
 Def_RewardType_Guaji, # 领取挂机收益 73
 Def_RewardType_FamilyCTGAssist, # 仙盟充值互助奖励 74
 Def_RewardType_TiandaoTree, # 仙宫天道树奖励 75
-)= range(76)
+Def_RewardType_OpenServerDailyAward, # 开服每日奖励 76
+)= range(77)
 
 #boss复活相关活动定义
 BossRebornActIDList = (

--
Gitblit v1.8.0