hxp
3 天以前 a159f533d0b72c5c3408b3ab98e172c1a1b4aa5f
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():