From 9c7acc7f02e130a8b742ec21579fdf5e6640d3cc Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 16 十一月 2018 15:18:59 +0800 Subject: [PATCH] 2683 支持召唤兽-灵类型可继承主人为NPC的完整属性 --- ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py index 0ab8b0f..0ba5739 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py @@ -371,6 +371,8 @@ Def_WorldKey_BossIsGeTui = "BossGeTui%s" #当前复活通知 Def_WorldKey_OperationActionState = "OperationActState_%s" #运营活动状态,参数为运营活动名 Def_WorldKey_BossRebornNeedPoint = "BossRebornNeedPoint" #boss复活需要总点数 +Def_WorldKey_BossIsAlive = 'BossIsAlive_%s' #boss是否活着 +Def_WorldKey_IsGameWorldInit = 'IsGameWorldInit' #GameWold是否初始化完成 #--------------------------------------------------------------------- #个人时间间隔 TYPE_Player_Tick_Requestkey = 0 # 玩家请求处理间隔 -- Gitblit v1.8.0