Migrate char_create_combinations [skip ci]

This commit is contained in:
Akkadius 2020-03-11 03:12:53 -05:00
parent 13e8199298
commit 7c2a3f602c

View File

@ -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) {