From 68be5555215355ff0ad64c44f7635a422d67758d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 20 十二月 2019 12:45:50 +0800 Subject: [PATCH] 8346 【恺英】【后端】协助系统(AssistAward数值2key改字符串) --- ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py index b0d7e07..a520f4d 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py @@ -195,6 +195,9 @@ Def_Notify_WorldKey_RedPacketOutput = 'RedPacketOutput' # 红包产出信息 Def_Notify_WorldKey_HurtLog = 'HurtLog' # 战斗伤害日志 Def_Notify_WorldKey_FairyDomainLimit = "FairyDomainLimit" # 缥缈仙域限制事件 + +Def_Notify_WorldKey_AssistBoss = "AssistBoss" # 协助boss + #运营活动表名定义 OperationActionName_ExpRate = "ActExpRate" # 多倍经验活动 OperationActionName_CostRebate = "ActCostRebate" # 消费返利活动 @@ -1783,10 +1786,4 @@ RedPackMaxCountDict = {1:[RedPackType_OpenServer], 2:[RedPackType_FeastSucc], } - -# 协助类型 -AssistType = ( -AssistType_Boss, -AssistType_TeamFB, -) = range(1, 3) -- Gitblit v1.8.0