10398 2月17-21版本更新(修复部分技能可能没有验证攻击距离的bug;)
1个文件已修改
5 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
@@ -432,6 +432,11 @@
    elif curSkillUseTag == ChConfig.Def_UseSkillTag_CanAttackPlayer:
        if curTag.GetGameObjType() != IPY_GameWorld.gotPlayer:
            return False
    #判断距离
    if not AttackCommon.CheckPlayerAttackDist(attacker, curTag, curSkill):
        return False
    return True
#---------------------------------------------------------------------