some fixes

This commit is contained in:
meneleos
2025-09-26 22:03:13 +03:00
parent fff90d6c6c
commit 173c6828a8
5 changed files with 36 additions and 7 deletions

View File

@@ -762,7 +762,7 @@ void CClientManager::RESULT_QUEST_LOAD(CPeer * peer, MYSQL_RES * pRes, DWORD dwH
str_to_number(r.lValue, row[3]);
}
sys_log(0, "QUEST_LOAD: count %d PID %u", s_table.size(), s_table[0].dwPID);
sys_log(0, "QUEST_LOAD: count %d PID %u", s_table.size(), pid);
DWORD dwCount = s_table.size();