small waifu fix
This commit is contained in:
		@@ -110,7 +110,7 @@ namespace NadekoBot.Modules.Gambling
 | 
				
			|||||||
                            result = WaifuClaimResult.Success;
 | 
					                            result = WaifuClaimResult.Success;
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    else if (isAffinity && amount >= w.Price * 0.88f)
 | 
					                    else if (isAffinity && amount > w.Price * 0.88f)
 | 
				
			||||||
                    {
 | 
					                    {
 | 
				
			||||||
                        if (!await CurrencyHandler.RemoveCurrencyAsync(Context.User.Id, "Claimed Waifu", amount, uow).ConfigureAwait(false))
 | 
					                        if (!await CurrencyHandler.RemoveCurrencyAsync(Context.User.Id, "Claimed Waifu", amount, uow).ConfigureAwait(false))
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user