From 18ca07c23b65427330ca421add7115a751f0c3f9 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 11 三月 2019 13:46:43 +0800
Subject: [PATCH] 6291 【后端】【2.0】限时仙盟boss(人数限制)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFestivalLogin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFestivalLogin.py
index b3ed1e2..a57549d 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFestivalLogin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFestivalLogin.py
@@ -249,10 +249,10 @@
             continue
         
         if itemType == Item_Type_Common:
-            ItemControler.GivePlayerItem(curPlayer, itemId, itemNum, itemIsBind, [IPY_GameWorld.rptItem], True)
+            ItemControler.GivePlayerItem(curPlayer, itemId, itemNum, 0, [IPY_GameWorld.rptItem])
             
         elif itemType == Item_Type_Appoint:
-            ItemControler.GivePlayerAppointItem(curPlayer, itemId, itemIsBind, True)
+            ItemControler.GivePlayerAppointItem(curPlayer, itemId, False)
 
 ## 奖励物品列表
 #  @param curPlayer

--
Gitblit v1.8.0