mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
removed len from QueryWithLogging
This commit is contained in:
@@ -930,7 +930,7 @@ bool BaseGuildManager::DBSetPublicNote(uint32 charid, const char* note) {
|
||||
return(true);
|
||||
}
|
||||
|
||||
bool BaseGuildManager::QueryWithLogging(std::string query, int len, const char *errmsg) {
|
||||
bool BaseGuildManager::QueryWithLogging(std::string query, const char *errmsg) {
|
||||
if(m_db == nullptr)
|
||||
return(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user