hxp
2025-08-08 e67b6768b97dd18a398334f210c3056fc233e146
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():