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