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

This commit is contained in:
Ino 2025-09-11 08:34:45 +09:00
parent bf62a57ebc
commit 7c0e6462b6
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.Stake}";
_huntigdata_left = DB_HuntingData.GetEntity(new BansheeGz.BGDatabase.BGId(_data_left.HuntingDataID));