mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +00:00
removed len from QueryWithLogging
This commit is contained in:
parent
8a44271b2f
commit
94110dbe52
@ -930,7 +930,7 @@ bool BaseGuildManager::DBSetPublicNote(uint32 charid, const char* note) {
|
|||||||
return(true);
|
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)
|
if(m_db == nullptr)
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
|
|||||||
@ -108,7 +108,7 @@ protected:
|
|||||||
bool DBSetAltFlag(uint32 charid, bool is_alt);
|
bool DBSetAltFlag(uint32 charid, bool is_alt);
|
||||||
bool DBSetTributeFlag(uint32 charid, bool enabled);
|
bool DBSetTributeFlag(uint32 charid, bool enabled);
|
||||||
bool DBSetPublicNote(uint32 charid, const char *note);
|
bool DBSetPublicNote(uint32 charid, const char *note);
|
||||||
bool QueryWithLogging(std::string query, int len, const char *errmsg);
|
bool QueryWithLogging(std::string query, const char *errmsg);
|
||||||
// void DBSetPublicNote(uint32 guild_id,char* charname, char* note);
|
// void DBSetPublicNote(uint32 guild_id,char* charname, char* note);
|
||||||
|
|
||||||
bool LocalDeleteGuild(uint32 guild_id);
|
bool LocalDeleteGuild(uint32 guild_id);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user