ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -436,9 +436,9 @@ PacketSubCMD_1=0x06 PacketCallFunc_1=GetOnlinePrize PacketCMD_2=0xA5 PacketSubCMD_2=0x07 PacketCallFunc_2=QueryOnlinePrize PacketCMD_2= PacketSubCMD_2= PacketCallFunc_2= ;玩家副本 [PlayerFB] ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1149,6 +1149,8 @@ # @remarks 函数详细说明. def CheckPlayerAttackDist(curPlayer, curTag, useSkill, preciseAtkDict=False): #攻击起点取缓存的坐标 if not curPlayer or not curTag: return False atkStartPosX = curPlayer.GetAttackTargetPosX() atkStartPosY = curPlayer.GetAttackTargetPosY()