hxp
2025-09-04 36ca116422692e921945cec810d36fc5c0951a93
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():