From 95fb3b3d2ebabcc183b50722f7e7c0d65c115952 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 24 二月 2021 14:13:56 +0800
Subject: [PATCH] 4949 【主干】【BT2】节日祝福-在boss之家击杀个人boss完成了击杀boss之家boss游历值

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py
index 43fbe5e..b9f5639 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGameEvent.py
@@ -38,7 +38,6 @@
 import DataRecordPack
 import ChPyNetSendPack
 import NetPackCommon
-import PyMapTable
 import NPCCommon
 #---------------------------------------------------------------------
 
@@ -449,10 +448,10 @@
     
     isBind = hasBind or isBind
     if itemType == 0:
-        ItemControler.GivePlayerItem(curPlayer, itemID, itemCnt, isBind, 
+        ItemControler.GivePlayerItem(curPlayer, itemID, itemCnt, 0, 
                                      [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere])
     elif itemType == 1:
-        ItemControler.GivePlayerAppointItem(curPlayer, itemID, isBind)
+        ItemControler.GivePlayerAppointItem(curPlayer, itemID, False)
     
     else:
         GameWorld.ErrLog("钓鱼奖励类型不支持itemType=%s" % itemType, curPlayer.GetPlayerID())

--
Gitblit v1.8.0