ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemState.py
@@ -60,7 +60,7 @@
        mapItem = mapItemManager.GetMapItemByIndex(index)
        mapItem_List.append(mapItem)
    
    disappearTime = IpyGameDataPY.GetFuncCfg("MapItemDisappearTime")
    disappearTime = 60000 #IpyGameDataPY.GetFuncCfg("MapItemDisappearTime")
    for curMapItem in mapItem_List:
        #无此物品
        if not curMapItem or curMapItem.IsEmpty():