From da703bbc7bc857362753504d9b82ce8d2250a9b6 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 15 三月 2019 16:32:02 +0800 Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(外观设置修改) --- ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py index 770c3d6..0eea719 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py @@ -214,6 +214,7 @@ Def_Notify_WorldKey_LoginAwardEndDate = 'LoginAwardEndDate_%s' # 登录领取奖励结束时间,参数为活动类型 Def_Notify_WorldKey_RedPacketOutput = 'RedPacketOutput' # 红包产出信息 +Def_Notify_WorldKey_HurtLog = 'HurtLog' # 战斗伤害日志 #运营活动表名定义 OperationActionName_ExpRate = "ActExpRate" # 多倍经验活动 @@ -1294,6 +1295,8 @@ Def_IudetCreateTime = 44 # 时效物品的创建时间 Def_IudetGatherSoulLV = 46 # 聚魂等级 Def_IudetExpireTime = 48 # 时效物品指定有效时间,时间单位由时效类型决定 +Def_IudetAuctionItemCreateTime = 50 # 拍品创建时间 + # 200~300 宠物数据用 Def_IudetPet_NPCID = 200 # npcID Def_IudetPet_ClassLV = 202 # 阶级 @@ -1535,8 +1538,9 @@ DailyActionID_IceLode, # 冰晶矿脉 DailyActionID_HelpBattleCheckIn, # 助战登记 20 DailyActionID_CrossReamPK, # 跨服PK 21 -DailyActionID_ZhuXianBoss, # 诛仙BOSS 22 -) = range(1, 22 + 1) +DailyActionID_FamilyBoss1, # 仙盟BOSS第一场 22 +DailyActionID_FamilyBoss2, # 仙盟BOSS第二场 23 +) = range(1, 23 + 1) -- Gitblit v1.8.0