xiyou_sanguo
zhangjiannan 2025-12-25 18:19:16 +08:00
parent 139f4168c0
commit d1f977e4a3
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ function this.RefreshWindowData()
local desText = Util.GetGameObject(this.TupoDesPanel, "Content/skillDesc (" .. i .. ")/Text (1)"):GetComponent(
"Text")
if i < BecomeAGodManager.playerGodLevel then
if i <= BecomeAGodManager.playerGodLevel then
desText.text = "<color=#57c88a>" ..
BecomeAGodLevel[i].Describe .. "</color>"
else