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