mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Fix character creation tenancy operations
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
);
|
||||
}
|
||||
|
||||
static Grid Default()
|
||||
static Grid NewEntity()
|
||||
{
|
||||
Grid entry{};
|
||||
|
||||
@@ -113,7 +113,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
return Default();
|
||||
return NewEntity();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user