ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -1682,6 +1682,9 @@
# @remarks 获取召唤兽拥有者实例
def GetSummonOwnerDetel(summonNPC):
    #获取对象Obj类
    if not summonNPC or not hasattr(summonNPC, "GetOwner"):
        return
    curSummonOwner = summonNPC.GetOwner()
    
    if curSummonOwner == None: