diff --git a/CHANGELOG.md b/CHANGELOG.md index b98b8c35f..329dcc258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f0db9ad08..a6796cd69 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/world/main.cpp b/world/main.cpp index 4ad11a356..713961220 100644 --- a/world/main.cpp +++ b/world/main.cpp @@ -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,