mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Another adjustment [skip ci]
This commit is contained in:
+3
-2
@@ -313,9 +313,10 @@ 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();
|
||||
|
||||
// Load to both context for now... this needs to be cleaned up as this has always been cludgy
|
||||
content_db.LoadZoneNames();
|
||||
database.zonename_array = content_db.zonename_array;
|
||||
|
||||
LogInfo("Loading items");
|
||||
if (!database.LoadItems(hotfix_name)) {
|
||||
|
||||
Reference in New Issue
Block a user