[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 ## [22.34.0] - 11/19/2023
### Bots ### Bots

View File

@ -1,6 +1,6 @@
{ {
"name": "eqemu-server", "name": "eqemu-server",
"version": "22.34.0", "version": "22.34.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EQEmu/Server.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"); LogEqTime("Failed to save eqtime");
} }
else { else {
LogEqTime( LogEqTimeDetail("EQTime successfully saved - time is now year [{}] month [{}] day [{}] hour [{}] minute [{}]",
"EQTime successfully saved - time is now [{}:{}:{}:{}:{}]",
tod.year, tod.year,
tod.month, tod.month,
tod.day, tod.day,