mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Migrate char_create_combinations [skip ci]
This commit is contained in:
parent
13e8199298
commit
7c2a3f602c
@ -424,8 +424,8 @@ int main(int argc, char** argv) {
|
|||||||
PurgeInstanceTimer.Start(450000);
|
PurgeInstanceTimer.Start(450000);
|
||||||
|
|
||||||
LogInfo("Loading char create info");
|
LogInfo("Loading char create info");
|
||||||
database.LoadCharacterCreateAllocations();
|
content_db.LoadCharacterCreateAllocations();
|
||||||
database.LoadCharacterCreateCombos();
|
content_db.LoadCharacterCreateCombos();
|
||||||
|
|
||||||
std::unique_ptr<EQ::Net::ConsoleServer> console;
|
std::unique_ptr<EQ::Net::ConsoleServer> console;
|
||||||
if (Config->TelnetEnabled) {
|
if (Config->TelnetEnabled) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user