hxp
昨天 9d5ec7599f3abe0cebb76ce1df3c3b8c4e0aa51e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
@@ -122,6 +122,8 @@
    #    __InitPackResetPrior(curPack)
    #    
    #===============================================================================================
    ItemCommon.InitPyItem()
    return
#===============================================================================
@@ -601,6 +603,8 @@
        chestsIpyData = IpyGameDataPY.GetIpyGameDataNotLog("Chests", itemTypeID)
        if chestsIpyData:
            callFuncName = "Item_Chests"
        elif IpyGameDataPY.GetFuncCfg("TravelSet", 4) == itemTypeID:
            callFuncName = "Item_TravelEnergy"
            
    if callFuncName:
        pass