mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 23:03:51 +00:00
Remove Duplicative MySQL Error: Error removing player from LFGuild table, query was %s, %s
This commit is contained in:
parent
4d15ddfc8a
commit
384d9a4748
@ -241,7 +241,6 @@ void LFGuildManager::TogglePlayer(uint32 FromZoneID, uint32 FromInstanceID, char
|
||||
std::string query = StringFormat("DELETE FROM `lfguild` WHERE `type` = 0 AND `name` = '%s'", From);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
Log.Out(Logs::Detail, Logs::QS_Server, "Error removing player from LFGuild table, query was %s, %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
uint32 Now = time(nullptr);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user