Remove naive hack checks, fix quest error format string #38

Merged
Exynox merged 2 commits from nightly into master 2025-04-13 16:44:34 +03:00
2 changed files with 17 additions and 334 deletions
Showing only changes of commit ca06bcc611 - Show all commits

View File

@ -1640,7 +1640,7 @@ namespace quest
vsnprintf(szMsg, sizeof(szMsg), fmt, args);
va_end(args);
SPDLOG_ERROR("Quest error occurred in [{}:{}}]: {}", func, line, szMsg);
SPDLOG_ERROR("Quest error occurred in [{}:{}]: {}", func, line, szMsg);
if (test_server)
{
LPCHARACTER ch = GetCurrentCharacterPtr();