fixed default values in currency multipliers
This commit is contained in:
		@@ -12,37 +12,37 @@ namespace NadekoBot.Migrations
 | 
				
			|||||||
                name: "BetflipMultiplier",
 | 
					                name: "BetflipMultiplier",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0f);
 | 
					                defaultValue: 1.8f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<float>(
 | 
					            migrationBuilder.AddColumn<float>(
 | 
				
			||||||
                name: "Betroll100Multiplier",
 | 
					                name: "Betroll100Multiplier",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0f);
 | 
					                defaultValue: 10f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<float>(
 | 
					            migrationBuilder.AddColumn<float>(
 | 
				
			||||||
                name: "Betroll67Multiplier",
 | 
					                name: "Betroll67Multiplier",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0f);
 | 
					                defaultValue: 2f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<float>(
 | 
					            migrationBuilder.AddColumn<float>(
 | 
				
			||||||
                name: "Betroll91Multiplier",
 | 
					                name: "Betroll91Multiplier",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0f);
 | 
					                defaultValue: 3f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<int>(
 | 
					            migrationBuilder.AddColumn<int>(
 | 
				
			||||||
                name: "CurrencyDropAmount",
 | 
					                name: "CurrencyDropAmount",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0);
 | 
					                defaultValue: 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<int>(
 | 
					            migrationBuilder.AddColumn<int>(
 | 
				
			||||||
                name: "MinimumBetAmount",
 | 
					                name: "MinimumBetAmount",
 | 
				
			||||||
                table: "BotConfig",
 | 
					                table: "BotConfig",
 | 
				
			||||||
                nullable: false,
 | 
					                nullable: false,
 | 
				
			||||||
                defaultValue: 0);
 | 
					                defaultValue: 3);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            migrationBuilder.AddColumn<int>(
 | 
					            migrationBuilder.AddColumn<int>(
 | 
				
			||||||
                name: "TriviaCurrencyReward",
 | 
					                name: "TriviaCurrencyReward",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user