ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1147,6 +1147,8 @@ # @remarks 函数详细说明. def CheckPlayerAttackDist(curPlayer, curTag, useSkill, preciseAtkDict=False): #攻击起点取缓存的坐标 if not curPlayer or not curTag: return False atkStartPosX = curPlayer.GetAttackTargetPosX() atkStartPosY = curPlayer.GetAttackTargetPosY()