hxp
4 天以前 df8f2d1d2e2a5c6486a13c1e6d0d6f13d5515a6b
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