mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-29 07:23:52 +00:00
Remove Duplicative MySQL Error: Failed to load LFGuild info from database. %s %s
This commit is contained in:
parent
34c6022101
commit
8494543164
@ -40,7 +40,6 @@ bool LFGuildManager::LoadDatabase()
|
||||
"`aacount`, `timezone`, `timeposted` FROM `lfguild`";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::Detail, Logs::QS_Server, "Failed to load LFGuild info from database. %s %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user