Update shareddb.cpp

This commit is contained in:
Alex King 2024-12-13 17:44:41 -05:00 committed by Akkadius
parent 857a829785
commit a3309a06a9

View File

@ -449,7 +449,7 @@ bool SharedDatabase::DeleteSharedBankSlot(uint32 char_id, int16 slot_id)
return SharedbankRepository::DeleteWhere(
*this,
fmt::format(
"`account_id` = {} AND `slotid` BETWEEN {} AND {}",
"`account_id` = {} AND `slot_id` BETWEEN {} AND {}",
account_id,
base_slot_id,
base_slot_id + (EQ::invbag::SLOT_COUNT - 1)