Skip to content

Commit

Permalink
CMSG_UNKNOWN_2752537 -> CMSG_REQUEST_CURRENCY_DATA_FOR_ACCOUNT_CHARAC…
Browse files Browse the repository at this point in the history
…TERS
  • Loading branch information
Eliminationzx committed Jan 24, 2025
1 parent d811b41 commit b6af1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Opcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ public enum Opcode
CMSG_GUILD_NEWS_UPDATE_STICKY,
CMSG_GUILD_OFFICER_REMOVE_MEMBER,
CMSG_GUILD_PERMISSIONS_QUERY,
CMSG_UNKNOWN_2752537,
CMSG_REQUEST_CURRENCY_DATA_FOR_ACCOUNT_CHARACTERS,
CMSG_GUILD_PROMOTE_MEMBER,
CMSG_GUILD_QUERY_MEMBERS_FOR_RECIPE,
CMSG_GUILD_QUERY_MEMBER_RECIPES,
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V11_0_7_58123/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.CMSG_GUILD_NEWS_UPDATE_STICKY, 0x2E000F },
{ Opcode.CMSG_GUILD_OFFICER_REMOVE_MEMBER, 0x2E0004 },
{ Opcode.CMSG_GUILD_PERMISSIONS_QUERY, 0x2E001B },
{ Opcode.CMSG_UNKNOWN_2752537, 0x2A0019 },
{ Opcode.CMSG_REQUEST_CURRENCY_DATA_FOR_ACCOUNT_CHARACTERS, 0x2A0019 },
{ Opcode.CMSG_GUILD_PROMOTE_MEMBER, 0x2E0000 },
{ Opcode.CMSG_GUILD_QUERY_MEMBERS_FOR_RECIPE, 0x2E000C },
{ Opcode.CMSG_GUILD_QUERY_MEMBER_RECIPES, 0x2E000A },
Expand Down

0 comments on commit b6af1a4

Please sign in to comment.