This commit is contained in:
fatiao 2026-02-12 12:01:15 +08:00
parent 659c0d2aae
commit e5abf78435

View File

@ -1428,10 +1428,10 @@ end
function CfgMgr:GetStoryDataById(id) function CfgMgr:GetStoryDataById(id)
local cfg = self.StoryCfgV2[id] local cfg = self.StoryCfgV2[id]
if cfg == nil then -- if cfg == nil then
LogError("GetStoryDataById: Not Find in StoryCfgV2, Now Use Orign Config "..id) -- LogError("GetStoryDataById: Not Find in StoryCfgV2, Now Use Orign Config "..id)
cfg = self.StoryCfg[id] -- cfg = self.StoryCfg[id]
end -- end
return cfg return cfg
end end