hch
2019-05-05 2cd5adccba8fa49f4504d449e198ae03641803ab
860312 争夺模式
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
@@ -922,8 +922,8 @@
    curTag = None
    if attacker.GetAttackMode() == IPY_GameWorld.amContest:
        # 单一目标锁定模式
        curTag = GameWorld.GetObj(attacker.SetDict(ChConfig.Def_PlayerKey_SelectObjID),
                                  attacker.SetDict(ChConfig.Def_PlayerKey_SelectObjType))
        curTag = GameWorld.GetObj(attacker.GetDictByKey(ChConfig.Def_PlayerKey_SelectObjID),
                                  attacker.GetDictByKey(ChConfig.Def_PlayerKey_SelectObjType))
        
    if not curTag:
        useSkillTagID = attacker.GetUseSkillTagID()