Fix log names world server

This commit is contained in:
Spydar007
2019-05-25 17:23:55 +01:00
parent 5a77c09ac7
commit 88d1defac3

View File

@@ -45,9 +45,9 @@ servers = {
'Plugins': [
],
'Logging': {
'General': 'logs/wind.log',
'Errors': 'logs/wind-errors.log',
'General': 'logs/blizzard.log',
'Errors': 'logs/blizzard-errors.log',
'Level': 'INFO'
}
}
}
}