From fba7745533989fc514ce7a8e9edc8017abd2d69e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 29 四月 2019 17:09:33 +0800 Subject: [PATCH] 6661 【后端】【2.0】战斗需要木桩 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 447b606..cff6e8b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5010,9 +5010,11 @@ ntDestructible, #场景内可破坏的 19 ntHelpBattleRobot, #助战机器人 20 ntRobot, #机器人21 -ntMonsterTime, #按时间掉血的怪物 22 +ntMonsterTime, #按时间掉血的怪物 22 废弃,以是否有配置在时间掉血怪物表为准 +ntPriWoodPilePVE, #专属私有木桩 - PVE 23 +ntPriWoodPilePVP, #专属私有木桩 - PVP 24 ntMax -) = range(24) +) = range(26) (Def_SkillFuncType_Common, #0为通用技能 -- Gitblit v1.8.0