앨범에 나오는 점당 판돈과 DB에 있는 값이 서로 다른 것 같습니다.

This commit is contained in:
Ino 2025-09-10 17:17:23 +09:00
parent fd571b0997
commit 8cf094640f
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.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));