fix item ID inconsistencies between server and client due to shops and tekker in BB

This commit is contained in:
Martin Michelsen
2023-11-15 17:18:46 -08:00
parent 8ae6500fb5
commit 6aef245eab
7 changed files with 102 additions and 101 deletions
+1 -1
View File
@@ -5312,7 +5312,7 @@ struct G_ShopContents_BB_6xB6 {
struct G_BuyShopItem_BB_6xB7 {
G_UnusedHeader header;
le_uint32_t inventory_item_id = 0;
le_uint32_t shop_item_id = 0;
uint8_t shop_type = 0;
uint8_t item_index = 0;
uint8_t amount = 0;