Remove Duplicative MySQL Error: DeleteInventorySlot, bags query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:31 -06:00
parent 154bd186b1
commit 4c804e8515

View File

@ -280,7 +280,6 @@ bool SharedDatabase::DeleteInventorySlot(uint32 char_id, int16 slot_id) {
char_id, base_slot_id, (base_slot_id+10));
results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "DeleteInventorySlot, bags query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}