Add proper file log closing to export

This commit is contained in:
Akkadius
2015-01-21 18:54:40 -06:00
parent ae5887b915
commit 43a9a4742c
+2
View File
@@ -63,6 +63,8 @@ int main(int argc, char **argv) {
ExportSkillCaps(&database);
ExportBaseData(&database);
Log.CloseFileLogs();
return 0;
}