hch
2019-07-04 acbb2ed759745fa05b21b8976c311d0ada2a5124
6603 【后端】【2.0】增加新版的sp和被动技能 -- 修复无限冰冻问题
1个文件已修改
3 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
@@ -1416,11 +1416,8 @@
    if not AttackCommon.CheckBattleRelationType(skillBattleType, battleRelationType):
        return
    tagSkillID = tagSkill.GetSkillID() if tagSkill else 0
    
    for skillID, effectList in buffDict.items():
        if tagSkillID == skillID:
            continue
        
        curSkill = GameWorld.GetGameData().GetSkillBySkillID(skillID)
        if not curSkill: