.bsreset price reduced 10x
This commit is contained in:
parent
3e5bccd215
commit
f68ff81dce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace EllieBot.Modules.Gambling.Services;
|
|||
public sealed class UserBetStatsService : IEService
|
||||
{
|
||||
private const long RESET_MIN_PRICE = 1000;
|
||||
private const decimal RESET_TOTAL_MULTIPLIER = 0.02m;
|
||||
private const decimal RESET_TOTAL_MULTIPLIER = 0.002m;
|
||||
|
||||
private readonly DbService _db;
|
||||
private readonly ICurrencyService _cs;
|
||||
|
|
Loading…
Reference in a new issue