From 8cf094640f12b5f353a9f2a3ae43e63024986b3a Mon Sep 17 00:00:00 2001 From: Ino Date: Wed, 10 Sep 2025 17:17:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A8=EB=B2=94=EC=97=90=20=EB=82=98?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EC=A0=90=EB=8B=B9=20=ED=8C=90=EB=8F=88?= =?UTF-8?q?=EA=B3=BC=20DB=EC=97=90=20=EC=9E=88=EB=8A=94=20=EA=B0=92?= =?UTF-8?q?=EC=9D=B4=20=EC=84=9C=EB=A1=9C=20=EB=8B=A4=EB=A5=B8=20=EA=B2=83?= =?UTF-8?q?=20=EA=B0=99=EC=8A=B5=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/HuntingSlot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/HuntingSlot.cs b/Assets/Scripts/UI/HuntingSlot.cs index 93947a8..27ddeca 100644 --- a/Assets/Scripts/UI/HuntingSlot.cs +++ b/Assets/Scripts/UI/HuntingSlot.cs @@ -60,7 +60,7 @@ public class HuntingSlot : CardBase texts_price[0].text = _data_left.NeedKey.ToString(); texts_price[1].text = _data_right.NeedHeart.ToString(); texts[0].text = $"Lv.{_data_left.NeedLv}"; - texts[1].text = $"점 {_data_left.NeedLv * DBManager.NORMAL_GAME_STAKE_PER_LEVEL}"; + texts[1].text = $"점 {_data_left.ClearConditionMoney}"; _huntigdata_left = DB_HuntingData.GetEntity(new BansheeGz.BGDatabase.BGId(_data_left.HuntingDataID));