hch
2019-03-29 8f9ba65c87a5f8cc0d59398638245ac1c788071e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/OpenServerCampaign.py
@@ -334,7 +334,7 @@
        for itemInfo in giveItemList:
            itemID, itemCount = itemInfo[:2]
            isBind = itemInfo[2] if len(itemInfo) > 2 else 1
            ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, isBind, [IPY_GameWorld.rptItem],
            ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem],
                                         event=[ChConfig.ItemGive_OpenServerCampaign, True, drDict])
    return