hch
2019-04-29 e632a1bf4281357c8fbe192076964d6b8f78bd82
6603 修复共存buff问题
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -184,7 +184,7 @@
        
        if buffCoexistType == ChConfig.Def_Buff_Coexist and buffOwner:
            #可同时存在的buff,判断释放者是否不一样
            if buffSkill.GetOwnerID() != buffOwner.GetID() or buffSkill.GetOwnerType() != buffOwner.GetGameObjType():
            if curBuff.GetOwnerID() != buffOwner.GetID() or curBuff.GetOwnerType() != buffOwner.GetGameObjType():
                continue
        
        #--------------技能类型ID相同