Skip to content

Commit ea338e4

Browse files
authored
Merge pull request #2085 from Windower/fix_comment_numbering
fixed comment numbering for 0x01C
2 parents e4432cf + 566a726 commit ea338e4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

addons/libs/packets/fields.lua

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,20 +1543,20 @@ fields.incoming[0x01C] = L{
15431543
{ctype='unsigned char', label='Wardrobe 3 Size'}, -- 0F
15441544
{ctype='unsigned char', label='Wardrobe 4 Size'}, -- 10
15451545
{ctype='data[19]', label='_padding1', const=''}, -- 11
1546-
{ctype='unsigned short', label='_dupeInventory Size'}, -- 14 These "dupe" sizes are set to 0 if the inventory disabled.
1547-
{ctype='unsigned short', label='_dupeSafe Size'}, -- 16
1548-
{ctype='unsigned short', label='_dupeStorage Size'}, -- 18 The accumulated storage from all items (uncapped) -1
1549-
{ctype='unsigned short', label='_dupeTemporary Size'}, -- 1A
1550-
{ctype='unsigned short', label='_dupeLocker Size'}, -- 1C
1546+
{ctype='unsigned short', label='_dupeInventory Size'}, -- 24 These "dupe" sizes are set to 0 if the inventory disabled.
1547+
{ctype='unsigned short', label='_dupeSafe Size'}, -- 26
1548+
{ctype='unsigned short', label='_dupeStorage Size'}, -- 28 The accumulated storage from all items (uncapped) -1
1549+
{ctype='unsigned short', label='_dupeTemporary Size'}, -- 2A
1550+
{ctype='unsigned short', label='_dupeLocker Size'}, -- 2C
15511551
{ctype='unsigned short', label='_dupeSatchel Size'}, -- 2E
1552-
{ctype='unsigned short', label='_dupeSack Size'}, -- 20
1553-
{ctype='unsigned short', label='_dupeCase Size'}, -- 22
1554-
{ctype='unsigned short', label='_dupeWardrobe Size'}, -- 24
1555-
{ctype='unsigned short', label='_dupeSafe 2 Size'}, -- 26
1556-
{ctype='unsigned short', label='_dupeWardrobe 2 Size'}, -- 28
1557-
{ctype='unsigned short', label='_dupeWardrobe 3 Size'}, -- 2A This is not set to 0 despite being disabled for whatever reason
1558-
{ctype='unsigned short', label='_dupeWardrobe 4 Size'}, -- 2C This is not set to 0 despite being disabled for whatever reason
1559-
{ctype='data[22]', label='_padding2', const=''}, -- 2E
1552+
{ctype='unsigned short', label='_dupeSack Size'}, -- 30
1553+
{ctype='unsigned short', label='_dupeCase Size'}, -- 32
1554+
{ctype='unsigned short', label='_dupeWardrobe Size'}, -- 34
1555+
{ctype='unsigned short', label='_dupeSafe 2 Size'}, -- 36
1556+
{ctype='unsigned short', label='_dupeWardrobe 2 Size'}, -- 38
1557+
{ctype='unsigned short', label='_dupeWardrobe 3 Size'}, -- 3A This is not set to 0 despite being disabled for whatever reason
1558+
{ctype='unsigned short', label='_dupeWardrobe 4 Size'}, -- 3C This is not set to 0 despite being disabled for whatever reason
1559+
{ctype='data[22]', label='_padding2', const=''}, -- 3E
15601560
}
15611561

15621562
-- Finish Inventory

0 commit comments

Comments
 (0)