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)
local cfg = self.StoryCfgV2[id]
if cfg == nil then
LogError("GetStoryDataById: Not Find in StoryCfgV2, Now Use Orign Config "..id)
cfg = self.StoryCfg[id]
end
-- if cfg == nil then
-- LogError("GetStoryDataById: Not Find in StoryCfgV2, Now Use Orign Config "..id)
-- cfg = self.StoryCfg[id]
-- end
return cfg
end