mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 18:52:27 +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`";
|
"`aacount`, `timezone`, `timeposted` FROM `lfguild`";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user