Fix character creation tenancy operations

This commit is contained in:
Akkadius
2020-03-31 01:49:42 -05:00
parent 019735c654
commit dae20afcba
14 changed files with 186 additions and 120 deletions
@@ -78,7 +78,7 @@ public:
);
}
static TradeskillRecipe New()
static TradeskillRecipe NewEntity()
{
TradeskillRecipe entry;
@@ -107,7 +107,7 @@ public:
)
);
TradeskillRecipe tradeskill_recipe = New();
TradeskillRecipe tradeskill_recipe = NewEntity();
auto row = results.begin();
if (results.RowCount() == 0) {