This commit is contained in:
tomas 2025-03-03 11:59:18 +08:00
parent eb4e8980e6
commit 13a857cd39
2 changed files with 10 additions and 10 deletions

View File

@ -454,43 +454,43 @@ func init() {
SugarRushBetBetSize = map[int64]*structs.SugarRushBetBetSize{
0: {
Index: 0,
BetSize: 1000000,
BetSize: 100,
},
1: {
Index: 1,
BetSize: 10000000,
BetSize: 1000,
},
2: {
Index: 2,
BetSize: 20000000,
BetSize: 2000,
},
3: {
Index: 3,
BetSize: 50000000,
BetSize: 5000,
},
4: {
Index: 4,
BetSize: 75000000,
BetSize: 7500,
},
5: {
Index: 5,
BetSize: 200000000,
BetSize: 20000,
},
6: {
Index: 6,
BetSize: 15000000,
BetSize: 1500,
},
7: {
Index: 7,
BetSize: 25000000,
BetSize: 2500,
},
8: {
Index: 8,
BetSize: 125000000,
BetSize: 12500,
},
9: {
Index: 9,
BetSize: 1500000000,
BetSize: 150000,
},
}