mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-09 08:13:52 +00:00
Remove Duplicative MySQL Error: Error loading guild member '%s': %s
This commit is contained in:
parent
5930510274
commit
7c52755eac
@ -979,7 +979,6 @@ bool BaseGuildManager::GetCharInfo(uint32 char_id, CharGuildInfo &into) {
|
||||
#endif
|
||||
auto results = m_db->QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::Detail, Logs::Guilds, "Error loading guild member '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user