diff --git a/Assets/ManagedResources/~Lua/Common/functions.lua b/Assets/ManagedResources/~Lua/Common/functions.lua index 722dd21cbf..2ba17785df 100644 --- a/Assets/ManagedResources/~Lua/Common/functions.lua +++ b/Assets/ManagedResources/~Lua/Common/functions.lua @@ -448,7 +448,7 @@ function GuildMap_Pos2UV(pos) end function GetStarOrGodSoulLv(index,data) - if data.star>11 then + if data.star>=11 then return data.star,3 end if data.godSoulLv and data.godSoulLv > 0 then @@ -892,7 +892,7 @@ function SetCardStars(starGrid, star,starType) else starGrid.gameObject:SetActive(true) end - if star>11 then + if star>=11 then starType=3 end if starType == 3 then