Skip to content

Commit

Permalink
Merge pull request #2007 from teschnei/fields-mount-music
Browse files Browse the repository at this point in the history
Added mount music field to incoming 0x00A packet
  • Loading branch information
z16 authored Mar 8, 2021
2 parents a4dc141 + 4d19914 commit 1a5d6fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/libs/packets/fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,8 @@ fields.incoming[0x00A] = L{
{ctype='unsigned short', label='Night Music'}, -- 58
{ctype='unsigned short', label='Solo Combat Music'}, -- 5A
{ctype='unsigned short', label='Party Combat Music'}, -- 5C
{ctype='data[4]', label='_unknown4'}, -- 5E
{ctype='unsigned short', label='Mount Music'}, -- 5E
{ctype='data[2]', label='_unknown4'}, -- 60
{ctype='unsigned short', label='Menu Zone'}, -- 62 Only set if the menu ID is sent, used as the zone for menu responses (0x5b, 0x5c)
{ctype='unsigned short', label='Menu ID'}, -- 64
{ctype='unsigned short', label='_unknown5'}, -- 66
Expand Down

0 comments on commit 1a5d6fa

Please sign in to comment.