fix bet
This commit is contained in:
parent
eb4e8980e6
commit
13a857cd39
Binary file not shown.
|
|
@ -454,43 +454,43 @@ func init() {
|
||||||
SugarRushBetBetSize = map[int64]*structs.SugarRushBetBetSize{
|
SugarRushBetBetSize = map[int64]*structs.SugarRushBetBetSize{
|
||||||
0: {
|
0: {
|
||||||
Index: 0,
|
Index: 0,
|
||||||
BetSize: 1000000,
|
BetSize: 100,
|
||||||
},
|
},
|
||||||
1: {
|
1: {
|
||||||
Index: 1,
|
Index: 1,
|
||||||
BetSize: 10000000,
|
BetSize: 1000,
|
||||||
},
|
},
|
||||||
2: {
|
2: {
|
||||||
Index: 2,
|
Index: 2,
|
||||||
BetSize: 20000000,
|
BetSize: 2000,
|
||||||
},
|
},
|
||||||
3: {
|
3: {
|
||||||
Index: 3,
|
Index: 3,
|
||||||
BetSize: 50000000,
|
BetSize: 5000,
|
||||||
},
|
},
|
||||||
4: {
|
4: {
|
||||||
Index: 4,
|
Index: 4,
|
||||||
BetSize: 75000000,
|
BetSize: 7500,
|
||||||
},
|
},
|
||||||
5: {
|
5: {
|
||||||
Index: 5,
|
Index: 5,
|
||||||
BetSize: 200000000,
|
BetSize: 20000,
|
||||||
},
|
},
|
||||||
6: {
|
6: {
|
||||||
Index: 6,
|
Index: 6,
|
||||||
BetSize: 15000000,
|
BetSize: 1500,
|
||||||
},
|
},
|
||||||
7: {
|
7: {
|
||||||
Index: 7,
|
Index: 7,
|
||||||
BetSize: 25000000,
|
BetSize: 2500,
|
||||||
},
|
},
|
||||||
8: {
|
8: {
|
||||||
Index: 8,
|
Index: 8,
|
||||||
BetSize: 125000000,
|
BetSize: 12500,
|
||||||
},
|
},
|
||||||
9: {
|
9: {
|
||||||
Index: 9,
|
Index: 9,
|
||||||
BetSize: 1500000000,
|
BetSize: 150000,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue