ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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: