diff options
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 16bbbbe7401..52373b10e0d 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -436,7 +436,7 @@ enum Opcodes CMSG_UNREGISTER_ALL_ADDON_PREFIXES = 0x00, CMSG_UNUSED2 = 0x00, CMSG_UPDATE_ACCOUNT_DATA = 0x4AFE, - CMSG_USE_ITEM = 0x00, + CMSG_USE_ITEM = 0xD8EA, CMSG_VOICE_SESSION_ENABLE = 0x00, CMSG_VIOLENCE_LEVEL = 0x00, CMSG_WARDEN_DATA = 0x5847, @@ -612,9 +612,9 @@ enum Opcodes SMSG_CHAR_DELETE = 0x48CE, SMSG_CHAR_ENUM = 0xA05C, SMSG_CHARACTER_LOGIN_FAILED = 0x00, - SMSG_CHAR_RENAME = 0x00, - SMSG_CHAR_CUSTOMIZE = 0x00, - SMSG_CHAR_FACTION_CHANGE = 0x00, + SMSG_CHAR_RENAME = 0x5EF6, + SMSG_CHAR_CUSTOMIZE = 0x0AE3, + SMSG_CHAR_FACTION_CHANGE = 0x885A, SMSG_CHAT_PLAYER_AMBIGUOUS = 0x00, SMSG_CHAT_PLAYER_NOT_FOUND = 0x00, SMSG_CHAT_RESTRICTED = 0x00, @@ -941,7 +941,7 @@ enum Opcodes SMSG_SET_FORCED_REACTIONS = 0x00, SMSG_SET_PCT_SPELL_MODIFIER = 0x00, SMSG_SET_PHASE_SHIFT = 0x204C, - SMSG_SET_PLAYER_DECLINED_NAMES_RESULT = 0x00, + SMSG_SET_PLAYER_DECLINED_NAMES_RESULT = 0x0E67, SMSG_SET_PROFICIENCY = 0x00, SMSG_SET_PROJECTILE_POSITION = 0x00, SMSG_SHOWTAXINODES = 0x8CFB, @@ -1008,9 +1008,9 @@ enum Opcodes SMSG_UPDATE_LFG_LIST = 0x00, SMSG_UPDATE_OBJECT = 0x1EE7, SMSG_UPDATE_WORLD_STATE = 0x00, - SMSG_USERLIST_ADD = 0x00, - SMSG_USERLIST_REMOVE = 0x00, - SMSG_USERLIST_UPDATE = 0x00, + SMSG_USERLIST_ADD = 0x4CEE, + SMSG_USERLIST_REMOVE = 0x9A6B, + SMSG_USERLIST_UPDATE = 0x4A4B, SMSG_VOICE_CHAT_STATUS = 0x00, SMSG_VOICE_PARENTAL_CONTROLS = 0x00, SMSG_VOICE_SESSION_LEAVE = 0x00, |