From d5018029a4f834056f05aed75dfe409fa276e24f Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 04:45:44 -0600 Subject: [PATCH] Add LoadLogSysSettings to client export utility --- client_files/export/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client_files/export/main.cpp b/client_files/export/main.cpp index 14fe0fc60..42d72b38b 100644 --- a/client_files/export/main.cpp +++ b/client_files/export/main.cpp @@ -55,6 +55,10 @@ int main(int argc, char **argv) { return 1; } + /* Register Log System and Settings */ + Log.LoadLogSettingsDefaults(); + database.LoadLogSysSettings(Log.log_settings); + ExportSpells(&database); ExportSkillCaps(&database); ExportBaseData(&database);