hxp
3 天以前 5f3b500dd8efc188323d6e6ec2a74857e82142c8
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