mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Remove Duplicative MySQL Error: Error removing guild LFGuild entry, query was %s, %s
This commit is contained in:
parent
912de7704d
commit
633b953fd3
@ -342,7 +342,6 @@ void LFGuildManager::ExpireEntries()
|
||||
std::string query = StringFormat("DELETE from `lfguild` WHERE `type` = 1 AND `name` = '%s'", (*it2).Name.c_str());
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
Log.Out(Logs::Detail, Logs::QS_Server, "Error removing guild LFGuild entry, query was %s, %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
it2 = Guilds.erase(it2);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user