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

This commit is contained in:
Akkadius 2015-01-19 05:25:20 -06:00
parent 220daed2c8
commit 807dd5198c

View File

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