[Release] 22.34.1

This commit is contained in:
Akkadius 2023-11-20 09:10:22 -06:00
parent 39e2763968
commit 1755678b1f
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## [22.34.1] - 11/20/2023
### EQTime
Hotfix for world not spamming save messages by setting to detail level logging @Akkadius 2023-11-20
## [22.34.0] - 11/19/2023
### Bots

View File

@ -1,6 +1,6 @@
{
"name": "eqemu-server",
"version": "22.34.0",
"version": "22.34.1",
"repository": {
"type": "git",
"url": "https://github.com/EQEmu/Server.git"

View File

@ -430,8 +430,7 @@ int main(int argc, char **argv)
LogEqTime("Failed to save eqtime");
}
else {
LogEqTime(
"EQTime successfully saved - time is now [{}:{}:{}:{}:{}]",
LogEqTimeDetail("EQTime successfully saved - time is now year [{}] month [{}] day [{}] hour [{}] minute [{}]",
tod.year,
tod.month,
tod.day,