parent
58c76bba22
commit
2ec8e9716b
|
@ -159,7 +159,12 @@ function this.GetMingWangLv(index)
|
|||
local config=ConfigManager.TryGetConfigDataByDoubleKey(ConfigName.PrestigeConfig,"Type",2,"Level",index)
|
||||
if config then
|
||||
if config.Experience~=nil then
|
||||
return config.Experience[2]
|
||||
if config.Experience[2] then
|
||||
return config.Experience[2]
|
||||
else
|
||||
return 0
|
||||
end
|
||||
|
||||
else
|
||||
return 0
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue