From 5900ca084b3e9d549ff9d4246a2e15cf1bd68a59 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 09 五月 2019 16:35:01 +0800 Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能 - 关联类型修复 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py index 9944a6e..985bfd7 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py @@ -695,7 +695,7 @@ # 指定特殊类型可触发 if connSkill and connSkill.GetFuncType() in [ChConfig.Def_SkillFuncType_FbSkill, ChConfig.Def_SkillFuncType_NormalAttack]: - funcType = connSkill.GetFuncType() + funcType = 1 skillList.extend(self.AffectSkillDict.get((triggerType, funcType), [])) skillList.extend(self.AffectPassiveSkillSetDict.get((triggerType, funcType), [])) skillList.extend(self.AffectDogzSkillDict.get((triggerType, funcType), [])) -- Gitblit v1.8.0