From 3d91868f55b438ec735569142d34559aad930d2f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 十一月 2023 16:23:05 +0800
Subject: [PATCH] 8325 【主干】【BT0.1】【后端】套装技能(套装技能升级支持;召唤兽对玩家主人使用技能支持)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
index 02a3845..932035a 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
@@ -609,6 +609,8 @@
     
     owner = NPCCommon.GetSummonNPCOwner(IPY_GameWorld.gotNPC, curNPC)
     if not owner:
+        owner = NPCCommon.GetSummonNPCOwner(IPY_GameWorld.gotPlayer, curNPC)
+    if not owner:
         return False
     
     return GameWorld.IsSameObj(curTag, owner)

--
Gitblit v1.8.0