_RunQuery renamed QueryWithLogging

This commit is contained in:
Arthur Ice
2014-08-17 11:19:56 -07:00
parent 7b440bbd9f
commit cca9ddab43
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ protected:
bool DBSetAltFlag(uint32 charid, bool is_alt);
bool DBSetTributeFlag(uint32 charid, bool enabled);
bool DBSetPublicNote(uint32 charid, const char *note);
bool _RunQuery(char *&query, int len, const char *errmsg);
bool QueryWithLogging(char *&query, int len, const char *errmsg);
// void DBSetPublicNote(uint32 guild_id,char* charname, char* note);
bool LocalDeleteGuild(uint32 guild_id);