ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)