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

This commit is contained in:
Akkadius 2015-01-19 05:25:16 -06:00
parent 19dfc9e92d
commit 0b330b7312

View File

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