aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkaelima <kaelima@live.se>2012-06-28 11:45:13 +0200
committerkaelima <kaelima@live.se>2012-06-28 11:45:13 +0200
commit6fe1657fe98035d9a762d2e92f275826bec6d1fe (patch)
treebbefb57f10c8c3fa3cd5b1938f3f2b5a0a1845d6 /src
parent9ab6e76a7822758859bd781e294d90252526ac16 (diff)
Core/Protocol: Added a couple of opcodes
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Server/Protocol/Opcodes.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index dfcf56c388b..a32ad631dd9 100755
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -155,7 +155,7 @@ enum Opcodes
CMSG_DESTROYITEM = 0x4E7A,
CMSG_DUEL_ACCEPTED = 0x9CCB,
CMSG_DUEL_CANCELLED = 0x1E4F,
- CMSG_EJECT_PASSENGER = 0x00,
+ CMSG_EJECT_PASSENGER = 0xDE5A,
CMSG_EMOTE = 0x9843,
CMSG_ENABLE_NAGLE = 0x00,
CMSG_EQUIPMENT_SET_DELETE = 0x9CF2,
@@ -186,7 +186,7 @@ enum Opcodes
CMSG_GOSSIP_HELLO = 0xAD3,
CMSG_GOSSIP_SELECT_OPTION = 0x984E,
CMSG_GRANT_LEVEL = 0x1CD6,
- CMSG_GROUP_ACCEPT = 0x00,
+ CMSG_GROUP_ACCEPT = 0x0B62,
CMSG_GROUP_ASSISTANT_LEADER = 0xC8CA,
CMSG_GROUP_CANCEL = 0x00,
CMSG_GROUP_CHANGE_SUB_GROUP = 0x1AD2,
@@ -239,11 +239,12 @@ enum Opcodes
CMSG_LEAVE_BATTLEFIELD = 0x1AE7,
CMSG_LEAVE_CHANNEL = 0x60C9,
CMSG_LFG_GET_PLAYER_INFO = 0x00,
- CMSG_LFG_JOIN = 0x00,
- CMSG_LFG_LEAVE = 0x00,
+ CMSG_LFG_JOIN = 0x58E2,
+ CMSG_LFG_LEAVE = 0x0EF7,
CMSG_LFG_LFR_JOIN = 0x8CFA,
+ CMSG_LFG_LFR_LEAVE = 0x18CA,
CMSG_LFG_PARTY_LOCK_INFO_REQUEST = 0xC867,
- CMSG_LFG_PROPOSAL_RESULT = 0x00,
+ CMSG_LFG_PROPOSAL_RESULT = 0x985A,
CMSG_LFG_SET_ROLES = 0x4843,
CMSG_LFG_TELEPORT = 0x8C7A,
CMSG_LIST_INVENTORY = 0xDCFE,
@@ -252,10 +253,10 @@ enum Opcodes
CMSG_LOGOUT_CANCEL = 0xA76,
CMSG_LOGOUT_REQUEST = 0x4C7A,
CMSG_LOOT = 0x1E62,
- CMSG_LOOT_METHOD = 0x00,
+ CMSG_LOOT_METHOD = 0xCCC6,
CMSG_LOOT_MONEY = 0x4A42,
CMSG_LOOT_RELEASE = 0x4A6A,
- CMSG_LOOT_ROLL = 0x00,
+ CMSG_LOOT_ROLL = 0x4AFF,
CMSG_MAIL_CREATE_TEXT_ITEM = 0x886E,
CMSG_MAIL_DELETE = 0x4CCF,
CMSG_MAIL_MARK_AS_READ = 0x00,