fix BB bank withdraw conditions

This commit is contained in:
Martin Michelsen
2023-11-29 18:45:30 -08:00
parent ba8917e50d
commit 3d2d96eb7e
5 changed files with 9 additions and 21 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ struct PlayerBank {
/* 12C8 */
void add_item(const ItemData& item);
ItemData remove_item(uint32_t item_id, uint32_t amount);
ItemData remove_item_by_index(size_t index, uint32_t amount);
size_t find_item(uint32_t item_id);
} __attribute__((packed));