ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
@@ -431,6 +431,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 #---------------------------------------------------------------------