mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
Fix character creation tenancy operations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user