hch
2019-05-25 d3115b04ecd4b349327482b3a0be41fae1673cae
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)