mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Add properl file log closing to import and UCS
This commit is contained in:
parent
ab82fc1702
commit
cb99f92287
@ -60,6 +60,8 @@ int main(int argc, char **argv) {
|
||||
ImportSkillCaps(&database);
|
||||
ImportBaseData(&database);
|
||||
|
||||
Log.CloseFileLogs();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@ -167,6 +167,8 @@ int main() {
|
||||
|
||||
CL->CloseAllConnections();
|
||||
|
||||
Log.CloseFileLogs();
|
||||
|
||||
}
|
||||
|
||||
void UpdateWindowTitle(char* iNewTitle) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user