ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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), []))