mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 00:12:27 +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();
|
database.PurgeAllDeletedDataBuckets();
|
||||||
|
|
||||||
LogInfo("Loading zones");
|
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();
|
database.LoadZoneNames();
|
||||||
content_db.LoadZoneNames();
|
content_db.LoadZoneNames();
|
||||||
LogInfo("Clearing groups");
|
LogInfo("Clearing groups");
|
||||||
|
|||||||
@ -313,6 +313,8 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LogInfo("Loading zone names");
|
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();
|
content_db.LoadZoneNames();
|
||||||
|
|
||||||
LogInfo("Loading items");
|
LogInfo("Loading items");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user