From 2ed3fc9fc5e1ff9b4914939836af73ab1fd7f80f Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Fri, 6 Nov 2020 17:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BE=BE=E4=BA=BA=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E6=8E=92=E8=A1=8C=E3=80=91=20=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Expert/ExpertRewardSortPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertRewardSortPanel.lua b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertRewardSortPanel.lua index dc462aa6de..2bee8f72f6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertRewardSortPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertRewardSortPanel.lua @@ -193,7 +193,7 @@ function this.SetGoldExperSortInfo() rewardData = {} for i, v in ConfigPairs(ConfigManager.GetConfig(ConfigName.ActivityRankingReward)) do if v.ActivityId == activeId then - if myData.rank >= v.MinRank and myData.rank >= v.MaxRank then + if myData.rank >= v.MinRank and myData.rank <= v.MaxRank then rewardData = v end end