ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_ManorWar.py
@@ -981,7 +981,7 @@
    # 给奖励
    packIndexList = [IPY_GameWorld.rptItem, IPY_GameWorld.rptAnyWhere] 
    for itemID, itemCount, itemBind in totalItemList:
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, packIndexList, True, showSysInfo=True)
        ItemControler.GivePlayerItem(curPlayer, itemID, itemCount, 0, packIndexList)
        
    addDataDict = {"AwardIndex":awardIndex, "WinLeaderID":winLeaderID, "AwardItemList":totalItemList}
    DataRecordPack.DR_FuncGiveItem(curPlayer, "ManorWar", addDataDict)