Skip to content

Commit

Permalink
fix: missing Wealth
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Nov 19, 2024
1 parent db13d8c commit 63f9b3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DagoniteEmpire/Service/DbInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ public async Task Initialize()
}


if (contex.WealthRecords.Any() == false)
{

WealthRecord testRecord = new();
contex.WealthRecords.Add(testRecord);
}


// characters
if (_configuration.GetConnectionString("GameMasterEmail").IsNullOrEmpty() == true || _configuration.GetConnectionString("GameMasterPassword").IsNullOrEmpty() == true)
Expand Down

0 comments on commit 63f9b3b

Please sign in to comment.