Fixed quest error format string
This commit is contained in:
parent
610c7e7020
commit
ca06bcc611
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user