ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -2646,7 +2646,7 @@
    ##登录检查替换旧物品
    giveItemDict = {}
    mailDict = {}
    for packIndex in [IPY_GameWorld.rptItem, IPY_GameWorld.rptWarehouse]:
    for packIndex in [IPY_GameWorld.rptItem, IPY_GameWorld.rptWarehouse, ShareDefine.rptTreasure]:
        curPack = curPlayer.GetItemManager().GetPack(packIndex)
        for i in xrange(curPack.GetCount()):
            curItem = curPack.GetAt(i)