From 2d14f9b0d31319d3d6673e3e26c335a41aa206ac Mon Sep 17 00:00:00 2001 From: Ino Date: Wed, 10 Sep 2025 17:21:27 +0900 Subject: [PATCH] ... --- 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 27ddeca..93947a8 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.ClearConditionMoney}"; + texts[1].text = $"점 {_data_left.NeedLv * DBManager.NORMAL_GAME_STAKE_PER_LEVEL}"; _huntigdata_left = DB_HuntingData.GetEntity(new BansheeGz.BGDatabase.BGId(_data_left.HuntingDataID));