diff options
author | Gyx <2359980687@qq.com> | 2012-01-06 19:24:51 +0800 |
---|---|---|
committer | Gyx <2359980687@qq.com> | 2012-01-06 19:24:51 +0800 |
commit | 57798840022eb651d4e405af798499bc1e0a76c2 (patch) | |
tree | 6308094b1567dbdd4c0ac15ec351a88e96ab7628 /src | |
parent | f31a7d8fed8c5c59210f87dd63bb0afcb909c7a2 (diff) |
P3: And more opcodes.
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index a35e376b1b0..3074242e132 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -460,7 +460,7 @@ enum Opcodes MSG_GM_SHOWLABEL = 0x00, MSG_GM_SUMMON = 0x00, MSG_GUILD_BANK_LOG_QUERY = 0x00, - MSG_GUILD_BANK_MONEY_WITHDRAWN = 0x00, + MSG_GUILD_BANK_MONEY_WITHDRAWN = 0xDE77, MSG_GUILD_EVENT_LOG_QUERY = 0xCEDA, MSG_GUILD_PERMISSIONS = 0xDC73, MSG_INSPECT_ARENA_TEAMS = 0xDA4F, @@ -650,7 +650,7 @@ enum Opcodes SMSG_CRITERIA_DELETED = 0x00, SMSG_CRITERIA_UPDATE = 0xD87F, SMSG_CROSSED_INEBRIATION_THRESHOLD = 0x9CD7, - SMSG_DAMAGE_CALC_LOG = 0x00, + SMSG_DAMAGE_CALC_LOG = 0x5C47, SMSG_DAMAGE_DONE_OBSOLETE = 0x00, SMSG_DANCE_QUERY_RESPONSE = 0x9E42, SMSG_DB_REPLY = 0x76EC, @@ -692,7 +692,7 @@ enum Opcodes SMSG_FORCE_PITCH_RATE_CHANGE = 0x00, SMSG_FORCE_RUN_BACK_SPEED_CHANGE = 0x00, SMSG_FORCE_RUN_SPEED_CHANGE = 0x00, - SMSG_FORCE_SEND_QUEUED_PACKETS = 0x00, + SMSG_FORCE_SEND_QUEUED_PACKETS = 0x1380, SMSG_FORCE_TURN_RATE_CHANGE = 0x00, SMSG_FORCE_SWIM_SPEED_CHANGE = 0x00, SMSG_FORCE_SWIM_BACK_SPEED_CHANGE = 0x00, @@ -724,7 +724,7 @@ enum Opcodes SMSG_GROUP_INVITE = 0x00, SMSG_GROUP_JOINED_BATTLEGROUND = 0x265C, SMSG_GROUP_LIST = 0x00, - SMSG_GROUP_SET_LEADER = 0x00, + SMSG_GROUP_SET_LEADER = 0xCCF2, SMSG_GROUP_UNINVITE = 0x00, SMSG_GUILDFINDER_SEARCH_RESULT = 0xE0CE, // New 4.x SMSG_GUILD_BANK_LIST = 0x5EFB, @@ -810,7 +810,7 @@ enum Opcodes SMSG_LOOT_ROLL_WON = 0x5E4B, SMSG_LOOT_SLOT_CHANGED = 0xDCDA, SMSG_LOOT_START_ROLL = 0xC8C2, - SMSG_MAIL_LIST_RESULT = 0x00, + SMSG_MAIL_LIST_RESULT = 0x5CD7, SMSG_MEETINGSTONE_COMPLETE = 0x00, SMSG_MEETINGSTONE_IN_PROGRESS = 0x00, SMSG_MEETINGSTONE_MEMBER_ADDED = 0x00, |