hch
2019-05-20 80cec3121d7ea24123404d2b0dc95c603b780bcd
6603 【后端】【2.0】增加新版的sp和被动技能
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameObj.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameObj.py
@@ -128,10 +128,10 @@
            if effect.GetEffectValue(0) != stateType:
                continue
            
            if buffManager.GetEffectOwnerID() != ownerID:
            if buffManager.GetEffectOwnerID(i) != ownerID:
                continue
            
            if buffManager.GetEffectOwnerType() != ownerType:
            if buffManager.GetEffectOwnerType(i) != ownerType:
                continue
            
            return True