diff --git a/Assets/ManagedResources/~Lua/Modules/BecomeAGod/BecomeAGodPanel.lua b/Assets/ManagedResources/~Lua/Modules/BecomeAGod/BecomeAGodPanel.lua index 2efefd3250..43999ca18b 100644 --- a/Assets/ManagedResources/~Lua/Modules/BecomeAGod/BecomeAGodPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/BecomeAGod/BecomeAGodPanel.lua @@ -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 = "" .. BecomeAGodLevel[i].Describe .. "" else