From 08841624549da395b0da8becc019c73d0416d201 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 18 一月 2019 19:56:14 +0800
Subject: [PATCH] 5722 【后端】【1.5.100】【1.5】跨服BOSS开发(修复跨服拾取的神兽装备无法放入背包bug)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
index a41710e..2b18d39 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -1097,7 +1097,7 @@
     
     def __CrossServerPutInItem(self, packIndex, tagItem, event=["", False, {}]):
         ## 跨服获得物品
-        if packIndex not in [IPY_GameWorld.rptItem]:
+        if packIndex not in [IPY_GameWorld.rptItem, ShareDefine.rptDogzItem]:
             #GameWorld.DebugLog("跨服获得物品不同步, packIndex=%s" % (packIndex))
             return
         curPlayer = self.__Player

--
Gitblit v1.8.0