1
This commit is contained in:
parent
659c0d2aae
commit
e5abf78435
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user