ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
@@ -1097,6 +1097,9 @@ if curObjType not in hurtTypeList: return None, None if attacker.GetSightLevel() != curObj.GetSightLevel(): return None, None #攻击对象 if not curTag: curTag = GameWorld.GetObj(curObj.GetID(), curObjType)