mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 23:52:24 +00:00
Update shareddb.cpp
This commit is contained in:
parent
df746dd07d
commit
ea5cbdd0d0
@ -447,7 +447,7 @@ bool SharedDatabase::DeleteSharedBankSlot(uint32 char_id, int16 slot_id)
|
|||||||
return SharedbankRepository::DeleteWhere(
|
return SharedbankRepository::DeleteWhere(
|
||||||
*this,
|
*this,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"`account_id` = {} AND `slotid` BETWEEN {} AND {}",
|
"`account_id` = {} AND `slot_id` BETWEEN {} AND {}",
|
||||||
account_id,
|
account_id,
|
||||||
base_slot_id,
|
base_slot_id,
|
||||||
base_slot_id + (EQ::invbag::SLOT_COUNT - 1)
|
base_slot_id + (EQ::invbag::SLOT_COUNT - 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user