xdh
2019-07-17 fd94cf4a58cb44cc2c34e711a2d48a3ec60789ff
8125 子 【主干】新功能:累计充值 / 【后端】【主干】累计充值
1个文件已修改
3 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldGift.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldGift.py
@@ -304,7 +304,8 @@
        return
    
    # 给物品
    for itemID, itemCount in itemList:
    for itemInfo in itemList:
        itemID, itemCount = itemInfo[:2]
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, [IPY_GameWorld.rptItem])
    
    # 更新已领取成功标记