From 381749933adca1c9954eed760511e6318c3bf482 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:06 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in Client::SendRewards(): %s (%s) --- zone/client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index 50ac4655c..dc267469b 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -5290,7 +5290,6 @@ void Client::SendRewards() "ORDER BY reward_id", AccountID()); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Client::SendRewards(): %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return; }