From 00e75ddb882229e1d9893f963e2485f33972ad34 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 24 十二月 2020 16:03:22 +0800 Subject: [PATCH] 4887 【主干】【BT】【长尾】装备技能无效; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 8774cb7..4fbf98d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5215,7 +5215,9 @@ Def_SkillFuncType_SuiteSkill, #14 套装技能 Def_SkillFuncType_PassiveSkillWithSP, #15 可有专精的被动技能 Def_SkillFuncType_PetOwnerSkill, #16 宠物主人技能 -) = range(17) +Def_SkillFuncType_17, #17 称号技能 +Def_SkillFuncType_EquipPassiveSkill, #18 装备被动技能 +) = range(19) # 受技能效果完全影响的怪, 对应 Def_BattleRelationType_CommNoBoss Def_SkillAttack_NPCIsBoss = [ Def_NPCType_Ogre_Normal , #平凡小怪 0 # c++ 定义为普通NPC视野刷新 -- Gitblit v1.8.0