hch
2019-06-25 407f50108d49b9ef9868297749358f43f20f58e9
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewGuyCard.py
@@ -542,10 +542,9 @@
        isAppoint = itemInfo[3] if len(itemInfo) > 3 else 0
        
        if isAppoint:
            isOK = ItemControler.GivePlayerAppointItem(curPlayer, itemID, itemBind, True, True)
            isOK = ItemControler.GivePlayerAppointItem(curPlayer, itemID, False)
        else:
            isOK = ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem],
                                                True, showSysInfo=True)
            isOK = ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem])
        if isOK:
            succGiveItemList.append(itemInfo)