mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 14:42:24 +00:00
Fix [skip ci]
This commit is contained in:
parent
093509baa9
commit
74c878a481
@ -327,7 +327,7 @@ int main(int argc, char** argv) {
|
||||
database.PurgeAllDeletedDataBuckets();
|
||||
|
||||
LogInfo("Loading zones");
|
||||
// Load to both context for now... this needs to be cleaned up
|
||||
// Load to both context for now... this needs to be cleaned up and is not the right way to do this
|
||||
database.LoadZoneNames();
|
||||
content_db.LoadZoneNames();
|
||||
LogInfo("Clearing groups");
|
||||
|
||||
@ -313,6 +313,8 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
LogInfo("Loading zone names");
|
||||
// Load to both context for now... this needs to be cleaned up and is not the right way to do this
|
||||
database.LoadZoneNames();
|
||||
content_db.LoadZoneNames();
|
||||
|
||||
LogInfo("Loading items");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user