fix tool item stackability on 11/2000
This commit is contained in:
@@ -231,8 +231,8 @@ struct PSOBBCharacterFile {
|
||||
const PlayerDispDataBBPreview& preview,
|
||||
std::shared_ptr<const LevelTable> level_table);
|
||||
|
||||
void add_item(const ItemData& item);
|
||||
ItemData remove_item(uint32_t item_id, uint32_t amount, bool allow_meseta_overdraft);
|
||||
void add_item(const ItemData& item, Version version);
|
||||
ItemData remove_item(uint32_t item_id, uint32_t amount, Version version);
|
||||
void add_meseta(uint32_t amount);
|
||||
void remove_meseta(uint32_t amount, bool allow_overdraft);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user