From 585487dad792042225906b17a568a5b700f2c0b4 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 十二月 2018 20:12:47 +0800 Subject: [PATCH] 4581 修改机器人NPC类型定义 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 5 +++-- 1 files changed, 3 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 e5c846e..04ab408 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4991,10 +4991,11 @@ ntPet, ntTouchKill, #触碰后自杀类 17 ntUndeath, #不死类型 18 -ntRobot, #上古战场机器人类型 19 +ntDestructible, #场景内可破坏的 19 ntHelpBattleRobot, #助战机器人 20 +ntRobot, #机器人21 ntMax -) = range(22) +) = range(23) (Def_SkillFuncType_Common, #0为通用技能 -- Gitblit v1.8.0