hxp
2019-03-12 ee187412fd4ac950aa33b493e8214d6a0701357f
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCostVIP.py
@@ -320,11 +320,11 @@
        
        if itemType == Item_Type_Common:
            packIndexList = [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere]
            if not ItemControler.GivePlayerItem(curPlayer, itemId, itemNum, itemIsBind, packIndexList, True, showSysInfo=True):
            if not ItemControler.GivePlayerItem(curPlayer, itemId, itemNum, 0, packIndexList):
                giveFailList.append(itemInfo)
            
        elif itemType == Item_Type_Appoint:
            if not ItemControler.GivePlayerAppointItem(curPlayer, itemId, itemIsBind, True, showSysInfo=True):
            if not ItemControler.GivePlayerAppointItem(curPlayer, itemId, False):
                giveFailList.append(itemInfo)
                
    if giveFailList: