Sanis Aufzug, Waffenschein Geld für Fraks, HQ Message

This commit is contained in:
VegaZ
2021-04-04 23:34:19 +02:00
parent 704e4e9a07
commit 5ba74a4c97
3 changed files with 8 additions and 8 deletions

View File

@@ -50,8 +50,8 @@ namespace ReallifeGamemode.Server.Core.Menus
player.SendMessage("Du hast den Waffenschein erfolgreich erworben.", ChatPrefix.Info);
dbContext.Factions.Include(f => f.BankAccount).Where(f => f.Id == 1).First().BankAccount.Balance += 2500;
dbContext.Factions.Include(f => f.BankAccount).Where(f => f.Id == 3).First().BankAccount.Balance += 2500;
dbContext.Factions.Include(f => f.BankAccount).Where(f => f.Id == 1).First().BankAccount.Balance += 1000;
dbContext.Factions.Include(f => f.BankAccount).Where(f => f.Id == 3).First().BankAccount.Balance += 1000;
user.WeaponLicense = true;
dbContext.SaveChanges();