mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-18 17:13:53 +00:00
Remove Duplicative MySQL Error: Error setting Channel for guild %d '%s': %s
This commit is contained in:
parent
4de2c0e99b
commit
6753517bb1
@ -721,7 +721,6 @@ bool BaseGuildManager::DBSetGuildChannel(uint32 GuildID, const char* Channel)
|
||||
|
||||
if (!results.Success())
|
||||
{
|
||||
Log.Out(Logs::Detail, Logs::Guilds, "Error setting Channel for guild %d '%s': %s", GuildID, query.c_str(), results.ErrorMessage().c_str());
|
||||
safe_delete_array(esc);
|
||||
return(false);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user