From 8476f67c95c63973b2d18f7334a6e4d9478d351a Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Fri, 15 Dec 2023 11:35:44 +0800 Subject: [PATCH] =?UTF-8?q?function=E6=98=9F=E7=BA=A7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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