mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 00:41:30 +00:00
Remove Duplicative MySQL Error: Error clearing old guild_ranks records when storing %d '%s': %s
This commit is contained in:
parent
63b2f706e4
commit
7e4eedbebc
@ -238,7 +238,6 @@ bool BaseGuildManager::_StoreGuildDB(uint32 guild_id) {
|
|||||||
results = m_db->QueryDatabase(query);
|
results = m_db->QueryDatabase(query);
|
||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
Log.Out(Logs::Detail, Logs::Guilds, "Error clearing old guild_ranks records when storing %d '%s': %s", guild_id, query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
|
|
||||||
//escape our strings.
|
//escape our strings.
|
||||||
char *name_esc = new char[info->name.length()*2+1];
|
char *name_esc = new char[info->name.length()*2+1];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user