xiyou_sanguo
PC-202302260912\Administrator 2025-12-25 14:36:18 +08:00
parent abae22a4ba
commit d5a62204e5
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ function this.GetBecomeAGodProAddRate(_type)
end
if this.playerGodLevel > 0 then
local jinjieData = ConfigManager.TryGetConfigData(ConfigName.BecomeAGodLevel, this.playerGodLevel)
addRate = addRate + jinjieData.Property[2]
addRate = addRate + jinjieData.Property[1][2]
end
return addRate
end