Add properl file log closing to import and UCS

This commit is contained in:
Akkadius
2015-01-21 18:52:59 -06:00
parent ab82fc1702
commit cb99f92287
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -60,6 +60,8 @@ int main(int argc, char **argv) {
ImportSkillCaps(&database);
ImportBaseData(&database);
Log.CloseFileLogs();
return 0;
}