Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions addons/libs/packets/fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1543,20 +1543,20 @@ fields.incoming[0x01C] = L{
{ctype='unsigned char', label='Wardrobe 3 Size'}, -- 0F
{ctype='unsigned char', label='Wardrobe 4 Size'}, -- 10
{ctype='data[19]', label='_padding1', const=''}, -- 11
{ctype='unsigned short', label='_dupeInventory Size'}, -- 14 These "dupe" sizes are set to 0 if the inventory disabled.
{ctype='unsigned short', label='_dupeSafe Size'}, -- 16
{ctype='unsigned short', label='_dupeStorage Size'}, -- 18 The accumulated storage from all items (uncapped) -1
{ctype='unsigned short', label='_dupeTemporary Size'}, -- 1A
{ctype='unsigned short', label='_dupeLocker Size'}, -- 1C
{ctype='unsigned short', label='_dupeInventory Size'}, -- 24 These "dupe" sizes are set to 0 if the inventory disabled.
{ctype='unsigned short', label='_dupeSafe Size'}, -- 26
{ctype='unsigned short', label='_dupeStorage Size'}, -- 28 The accumulated storage from all items (uncapped) -1
{ctype='unsigned short', label='_dupeTemporary Size'}, -- 2A
{ctype='unsigned short', label='_dupeLocker Size'}, -- 2C
{ctype='unsigned short', label='_dupeSatchel Size'}, -- 2E
{ctype='unsigned short', label='_dupeSack Size'}, -- 20
{ctype='unsigned short', label='_dupeCase Size'}, -- 22
{ctype='unsigned short', label='_dupeWardrobe Size'}, -- 24
{ctype='unsigned short', label='_dupeSafe 2 Size'}, -- 26
{ctype='unsigned short', label='_dupeWardrobe 2 Size'}, -- 28
{ctype='unsigned short', label='_dupeWardrobe 3 Size'}, -- 2A This is not set to 0 despite being disabled for whatever reason
{ctype='unsigned short', label='_dupeWardrobe 4 Size'}, -- 2C This is not set to 0 despite being disabled for whatever reason
{ctype='data[22]', label='_padding2', const=''}, -- 2E
{ctype='unsigned short', label='_dupeSack Size'}, -- 30
{ctype='unsigned short', label='_dupeCase Size'}, -- 32
{ctype='unsigned short', label='_dupeWardrobe Size'}, -- 34
{ctype='unsigned short', label='_dupeSafe 2 Size'}, -- 36
{ctype='unsigned short', label='_dupeWardrobe 2 Size'}, -- 38
{ctype='unsigned short', label='_dupeWardrobe 3 Size'}, -- 3A This is not set to 0 despite being disabled for whatever reason
{ctype='unsigned short', label='_dupeWardrobe 4 Size'}, -- 3C This is not set to 0 despite being disabled for whatever reason
{ctype='data[22]', label='_padding2', const=''}, -- 3E
}

-- Finish Inventory
Expand Down