10263 【越南】【英文】【BT】【GM】【砍树】后端支持NPC仿真实玩家战斗和快速战斗(修复镜像战斗安全区无法PK的bug;)
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1149,6 +1149,8 @@
    #攻击起点取缓存的坐标
    if not curPlayer or not curTag:
        return False
    if curPlayer.GetGameObjType() != IPY_GameWorld.gotPlayer:
        return True
    atkStartPosX = curPlayer.GetAttackTargetPosX()
    atkStartPosY = curPlayer.GetAttackTargetPosY()