Skip to content

Commit 832462e

Browse files
committed
Fixed typo on incoming 0x0BF addition
1 parent 506d30c commit 832462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/libs/packets/fields.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@ fields.incoming[0x0B5] = L{
34573457
}
34583458

34593459
-- Reservation Response
3460-
packets.raw_fields.incoming[0x0BF] = L{
3460+
fields.incoming[0x0BF] = L{
34613461
{ctype='unsigned short', label='_unknown1'}, -- 04
34623462
{ctype='unsigned short', label='Result'}, -- 06 Success is 4, other values are failures
34633463
{ctype='unsigned int', label='_unknown2'}, -- 08

0 commit comments

Comments
 (0)