Remove Duplicative MySQL Error: Error in CheckGuildDoor query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:07 -06:00
parent 43da95e784
commit 0491f22e2b

View File

@ -409,7 +409,6 @@ bool ZoneDatabase::CheckGuildDoor(uint8 doorid, uint16 guild_id, const char* zon
doorid-128, zone);
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in CheckGuildDoor query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}