xdh
2019-03-22 3b45b8cfa4cb24ad084c4fadf5d31430d0de5d21
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerProduce.py
@@ -217,8 +217,7 @@
        return False
    
    #给玩家物品
    if not ItemControler.GivePlayerItem(curPlayer, produceID, produceCnt, produceIsBind,
                                                                     [IPY_GameWorld.rptItem]):
    if not ItemControler.GivePlayerItem(curPlayer, produceID, produceCnt, 0, [IPY_GameWorld.rptItem]):
        #背包空间不足!
        PlayerControl.NotifyCode(curPlayer, "Collect_lhs_31379")
        return False
@@ -393,8 +392,7 @@
            
        for proItemID, proCnt in proIemCntDict.items():
            # 给合成物品不成功
            if not ItemControler.GivePlayerItem(curPlayer, proItemID, proCnt, isBind,
                                                [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere], True):
            if not ItemControler.GivePlayerItem(curPlayer, proItemID, proCnt, 0, [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere]):
                #背包空间不足!
                PlayerControl.NotifyCode(curPlayer, "Collect_lhs_31379")        
                break