From 39c7d30e465f77212f0789830bf764478200ed4b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:44 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Update item quantity failed. %s : %s --- zone/guild_mgr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/guild_mgr.cpp b/zone/guild_mgr.cpp index c3ecbe9d7..8df4c794e 100644 --- a/zone/guild_mgr.cpp +++ b/zone/guild_mgr.cpp @@ -1293,7 +1293,6 @@ void GuildBankManager::UpdateItemQuantity(uint32 guildID, uint16 area, uint16 sl quantity, guildID, area, slotID); auto results = database.QueryDatabase(query); if(!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Update item quantity failed. %s : %s", query.c_str(), results.ErrorMessage().c_str()); return; }