Remove Duplicative MySQL Error: UpdateInventorySlot query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:15 -06:00
parent d8510e7876
commit 4d15ddfc8a

View File

@ -213,7 +213,6 @@ bool SharedDatabase::UpdateInventorySlot(uint32 char_id, const ItemInst* inst, i
}
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "UpdateInventorySlot query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}