Skip to content

Commit

Permalink
Added a few more opcodes for 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedron committed Mar 3, 2015
1 parent 73fa547 commit 0f261a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WowPacketParser/Enums/Version/V6_1_0_19678/Opcodes.cs
Expand Up @@ -46,6 +46,7 @@ public static class Opcodes_6_1_0
{Opcode.CMSG_CHAR_CREATE, 0x133A},
{Opcode.CMSG_CHAR_DELETE, 0x1774},
{Opcode.CMSG_CHAR_ENUM, 0x19E3},
{Opcode.CMSG_SEND_CONTACT_LIST, 0x15F9},
{Opcode.CMSG_CONVERT_RAID, 0x1329},
{Opcode.CMSG_CREATURE_QUERY, 0x007C},
{Opcode.CMSG_DB_QUERY_BULK, 0x1731},
Expand Down Expand Up @@ -96,6 +97,8 @@ public static class Opcodes_6_1_0
{Opcode.CMSG_REQUEST_ACCOUNT_DATA, 0x1934},
{Opcode.CMSG_ROUTER_CLIENT_LOG_STREAMING_ERROR, 0x1439},
{Opcode.CMSG_SAVE_CUF_PROFILES, 0x10E9},
{Opcode.CMSG_SET_ACTION_BUTTON, 0x13BA},
{Opcode.CMSG_SET_CONTACT_NOTES, 0x13AC},
{Opcode.CMSG_SET_FACTION_AT_WAR, 0x05E4},
{Opcode.CMSG_SET_FACTION_INACTIVE, 0x0821},
{Opcode.CMSG_SET_FACTION_NOT_AT_WAR, 0x15C9},
Expand Down

0 comments on commit 0f261a3

Please sign in to comment.