This commit is contained in:
Ino 2025-09-10 17:21:27 +09:00
parent 8cf094640f
commit 2d14f9b0d3
1 changed files with 1 additions and 1 deletions

View File

@ -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));