Skip to content

Commit

Permalink
Rename few opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
joschiwald committed Feb 1, 2015
1 parent 019845f commit 7d34738
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 40 deletions.
9 changes: 5 additions & 4 deletions WowPacketParser/Enums/Opcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ public enum Opcode
CMSG_INITIATE_TRADE,
CMSG_INSPECT,
CMSG_INSPECT_PVP,
CMSG_INSPECT_HONOR_STATS,
CMSG_INSTANCE_LOCK_RESPONSE,
CMSG_INSTANCE_LOCK_WARNING_RESPONSE,
CMSG_ITEM_NAME_QUERY,
Expand Down Expand Up @@ -823,6 +822,7 @@ public enum Opcode
CMSG_REQUEST_FORCED_REACTIONS,
CMSG_REQUEST_GUILD_REWARDS_LIST,
CMSG_REQUEST_GUILD_XP,
CMSG_REQUEST_HONOR_STATS,
CMSG_REQUEST_HOTFIX,
CMSG_REQUEST_INSPECT_RATED_BG_STATS,
CMSG_REQUEST_LFG_LIST_BLACKLIST,
Expand Down Expand Up @@ -964,7 +964,7 @@ public enum Opcode
CMSG_STAND_STATE_CHANGE,
CMSG_START_BATTLEFIELD_CHEAT,
CMSG_START_SPECTATOR_WAR_GAME,
CMSG_START_WAR_GAME,
CMSG_START_WARGAME,
CMSG_STOP_DANCE,
CMSG_STORE_LOOT_IN_SLOT,
CMSG_SUBMIT_BUG,
Expand Down Expand Up @@ -1591,6 +1591,7 @@ public enum Opcode
SMSG_FORCE_WALK_SPEED_CHANGE,
SMSG_FORGE_MASTER_SET,
SMSG_FRIEND_STATUS,
SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT,
SMSG_GAMEOBJECT_CUSTOM_ANIM,
SMSG_GAMEOBJECT_DESPAWN,
SMSG_GAMEOBJECT_DESPAWN_ANIM,
Expand All @@ -1600,7 +1601,6 @@ public enum Opcode
SMSG_GAMEOBJECT_RESET_STATE,
SMSG_GAMETIMEBIAS_SET,
SMSG_GAME_EVENT_DEBUG_LOG,
SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT,
SMSG_GAME_SPEED_SET,
SMSG_GAME_STORE_AUTH_BUY_FAILED,
SMSG_GAME_STORE_BUY_RESULT,
Expand Down Expand Up @@ -2128,10 +2128,11 @@ public enum Opcode
SMSG_QUEST_POI_QUERY_RESPONSE,
SMSG_QUEST_PUSH_RESULT,
SMSG_QUEST_QUERY_RESPONSE,
SMSG_QUEST_UPDATE_ADD_CREDIT,
SMSG_QUEST_UPDATE_ADD_CREDIT_SIMPLE,
SMSG_QUEST_UPDATE_ADD_ITEM,
SMSG_QUEST_UPDATE_ADD_KILL,
SMSG_QUEST_UPDATE_ADD_PVP_KILL,
SMSG_QUEST_UPDATE_ADD_PVP_CREDIT,
SMSG_QUEST_UPDATE_COMPLETE,
SMSG_QUEST_UPDATE_FAILED,
SMSG_QUEST_UPDATE_FAILED_TIMER,
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V3_3_5a_12340/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_DYNAMIC_DROP_ROLL_RESULT, 0x469},
{Opcode.SMSG_CRITERIA_UPDATE, 0x46A},
{Opcode.SMSG_RESPOND_INSPECT_ACHIEVEMENTS, 0x46C},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x46F},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x46F},
{Opcode.SMSG_CALENDAR_RAID_LOCKOUT_UPDATED, 0x471},
{Opcode.SMSG_CHAR_CUSTOMIZE, 0x474},
{Opcode.SMSG_PET_RENAMEABLE, 0x475},
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V4_0_3_13329/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0x720B}, // (0x28C4)(0x005D) //
{Opcode.SMSG_QUEST_UPDATE_ADD_ITEM, 0x019A}, // NF()(0x019A) // NOT IN CLIENT 335 AND 401
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0x157F}, // (0x0BF1)(0x0199) //
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x5D55}, // (0xE210)(0x046F) //
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x5D55}, // (0xE210)(0x046F) //
{Opcode.SMSG_QUEST_UPDATE_COMPLETE, 0x4575}, // (0x4AF5)(0x0198) //
{Opcode.SMSG_QUEST_UPDATE_FAILED, 0xDC5D}, // (0x0AB5)(0x0196) //
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0x3F5D}, // (0x8BB4)(0x0197) //
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParser/Enums/Version/V4_0_6_13596/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_IGNORE_TRADE, 0x1004D}, //UnknownopcodeID
{Opcode.CMSG_INITIATE_TRADE, 0x00413},
{Opcode.CMSG_INSPECT, 0x078A8},
{Opcode.CMSG_INSPECT_HONOR_STATS, 0x00E93},
{Opcode.CMSG_INSTANCE_LOCK_WARNING_RESPONSE, 0x034C4},
{Opcode.CMSG_ITEM_NAME_QUERY, 0x100E3}, //UnknownopcodeID
{Opcode.CMSG_ITEM_PURCHASE_REFUND, 0x062E8},
Expand Down Expand Up @@ -468,6 +467,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_REQUEST_GUILD_REWARDS_LIST, 0x02210},
{Opcode.CMSG_REQUEST_GUILD_XP, 0x03509},
//{Opcode.CMSG_REQUEST_GUILD_ROSTER, 0x0250D},
{Opcode.CMSG_REQUEST_HONOR_STATS, 0x00E93},
{Opcode.CMSG_REQUEST_HOTFIX, 0x08589},// the client sends this after we send SMSG_HOTFIX_NOTIFY[_BLOP]}, only sent for the items that the player has in his inventory}, that are flagged to be hot fixed
{Opcode.CMSG_REQUEST_PARTY_MEMBER_STATS, 0x070C8},
{Opcode.CMSG_REQUEST_PET_INFO, 0x0EAE4},
Expand Down Expand Up @@ -1069,7 +1069,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0x07BA0},
{Opcode.SMSG_QUEST_UPDATE_ADD_ITEM, 0x1006B},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0x0ADA0},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x078E0},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x078E0},
{Opcode.SMSG_QUEST_UPDATE_COMPLETE, 0x0EDA0},
{Opcode.SMSG_QUEST_UPDATE_FAILED, 0x0E588},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0x0F7CC},
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V4_2_0_14480/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_POI_QUERY_RESPONSE, 0x663F},
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0xAEE3},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0xB67A},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x727E},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x727E},
{Opcode.SMSG_QUEST_UPDATE_COMPLETE, 0x3A73},
{Opcode.SMSG_QUEST_UPDATE_FAILED, 0xEAB7},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0xBAF7},
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParser/Enums/Version/V4_3_0_15005/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -568,14 +568,14 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_FORCE_DISPLAY_UPDATE, 2212},
{Opcode.SMSG_FORCE_MOVE_ROOT, 17950},
{Opcode.SMSG_FRIEND_STATUS, 20004},
{Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT, 27658},
{Opcode.SMSG_GAMEOBJECT_CUSTOM_ANIM, 1574},
{Opcode.SMSG_GAMEOBJECT_DESPAWN_ANIM, 30752},
{Opcode.SMSG_GAMEOBJECT_QUERY_RESPONSE, 19622},
{Opcode.SMSG_GAMEOBJECT_RESET_STATE, 19586},
{Opcode.SMSG_GAME_SPEED_SET, 14884},
{Opcode.SMSG_GAME_TIME_SET, 28198},
{Opcode.SMSG_GAME_EVENT_DEBUG_LOG, 9368},
{Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT, 27658},
{Opcode.SMSG_GAME_TIME_UPDATE, 6144},
{Opcode.SMSG_GMRESPONSE_DB_ERROR, 21120},
{Opcode.SMSG_GMRESPONSE_RECEIVED, 28288},
Expand Down Expand Up @@ -779,7 +779,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_POI_QUERY_RESPONSE, 14338},
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 14464},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 8322},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 9344},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 9344},
{Opcode.SMSG_QUEST_UPDATE_FAILED, 22148},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 10404},
{Opcode.SMSG_RAID_INSTANCE_INFO, 23040},
Expand Down
6 changes: 3 additions & 3 deletions WowPacketParser/Enums/Version/V4_3_4_15595/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_IGNORE_TRADE, 0x7112},
{Opcode.CMSG_INITIATE_TRADE, 0x7916},
{Opcode.CMSG_INSPECT, 0x0927},
{Opcode.CMSG_INSPECT_HONOR_STATS, 0x791E},
{Opcode.CMSG_INSTANCE_LOCK_WARNING_RESPONSE, 0x6234},
{Opcode.CMSG_ITEM_PURCHASE_REFUND, 0x6134},
{Opcode.CMSG_ITEM_TEXT_QUERY, 0x2406},
Expand Down Expand Up @@ -413,6 +412,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_REQUEST_CEMETERY_LIST, 0x720A},
{Opcode.CMSG_REQUEST_GUILD_REWARDS_LIST, 0x3012},
{Opcode.CMSG_REQUEST_GUILD_XP, 0x1237},
{Opcode.CMSG_REQUEST_HONOR_STATS, 0x791E},
{Opcode.CMSG_REQUEST_HOTFIX, 0x2401},
{Opcode.CMSG_REQUEST_INSPECT_RATED_BG_STATS, 0x3010},
{Opcode.CMSG_REQUEST_PARTY_MEMBER_STATS, 0x0C04},
Expand Down Expand Up @@ -721,14 +721,14 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_FORCE_SET_VEHICLE_REC_ID, 0x70A1},
{Opcode.SMSG_FORGE_MASTER_SET, 0x70B7},
{Opcode.SMSG_FRIEND_STATUS, 0x0717},
{Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT, 0x14A3},
{Opcode.SMSG_GAMEOBJECT_CUSTOM_ANIM, 0x4936},
{Opcode.SMSG_GAMEOBJECT_DESPAWN_ANIM, 0x6735},
{Opcode.SMSG_GAMEOBJECT_QUERY_RESPONSE, 0x0915},
{Opcode.SMSG_GAMEOBJECT_RESET_STATE, 0x2A16},
{Opcode.SMSG_GAME_SPEED_SET, 0x4E34},
{Opcode.SMSG_GAME_TIME_SET, 0x0014},
{Opcode.SMSG_GAME_EVENT_DEBUG_LOG, 0x31A7},
{Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT, 0x14A3},
{Opcode.SMSG_GAME_TIME_UPDATE, 0x4127},
{Opcode.SMSG_GMRESPONSE_DB_ERROR, 0x0006},
{Opcode.SMSG_GMRESPONSE_RECEIVED, 0x2E34},
Expand Down Expand Up @@ -1051,7 +1051,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_POI_QUERY_RESPONSE, 0x6304},
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0x6936},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0x0D27},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x4416},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x4416},
{Opcode.SMSG_QUEST_UPDATE_COMPLETE, 0x2937},
{Opcode.SMSG_QUEST_UPDATE_FAILED, 0x6324},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0x6427},
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParser/Enums/Version/V5_1_0_16309/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_FORCE_SET_VEHICLE_REC_ID, 0x0631},
{Opcode.SMSG_FORGE_MASTER_SET, 0x0B39},
{Opcode.SMSG_FRIEND_STATUS, 0x05C0},
{Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT, 0x0B19},
{Opcode.SMSG_GAMEOBJECT_QUERY_RESPONSE, 0x080D},
{Opcode.SMSG_GAME_EVENT_DEBUG_LOG, 0x0291},
{Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT, 0x0B19},
{Opcode.SMSG_GMRESPONSE_DB_ERROR, 0x05E8},
{Opcode.SMSG_GMRESPONSE_RECEIVED, 0x0D64},
{Opcode.SMSG_GMRESPONSE_STATUS_UPDATE, 0x01A8},
Expand Down Expand Up @@ -836,7 +836,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_POI_QUERY_RESPONSE, 0x0741},
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0x0D40},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0x0E61},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x0629},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x0629},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0x06A5},
{Opcode.SMSG_RAID_INSTANCE_INFO, 0x089D},
{Opcode.SMSG_RAID_INSTANCE_MESSAGE, 0x00C5},
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V5_3_0_16981/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_GOSSIP_HELLO, 0x1414},
{Opcode.CMSG_GOSSIP_SELECT_OPTION, 0x1341},
{Opcode.CMSG_INSPECT, 0x1515},
{Opcode.CMSG_INSPECT_HONOR_STATS, 0x01D6},
{Opcode.CMSG_LEARN_TALENT, 0x2002},
{Opcode.CMSG_LOAD_SCREEN, 0x0341},
{Opcode.CMSG_LOGOUT_REQUEST, 0x1150},
Expand Down Expand Up @@ -67,6 +66,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_REALM_QUERY, 0x0209},
{Opcode.CMSG_REALM_SPLIT, 0x0B48},
{Opcode.CMSG_REQUEST_ACCOUNT_DATA, 0x0A82},
{Opcode.CMSG_REQUEST_HONOR_STATS, 0x01D6},
{Opcode.CMSG_SAVE_CUF_PROFILES, 0x059B},
{Opcode.CMSG_SEND_MAIL, 0x0550},
{Opcode.CMSG_SET_ACTION_BUTTON, 0x0400},
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V5_4_7_17898/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_GUILD_SET_GUILD_MASTER, 0x189B},
{Opcode.CMSG_GUILD_SET_RANK_PERMISSIONS, 0x19BD},
{Opcode.CMSG_INSPECT, 0x01D4},
{Opcode.CMSG_INSPECT_HONOR_STATS, 0x141A},
{Opcode.CMSG_ITEM_UPGRADE, 0x11E9},
{Opcode.CMSG_JOIN_CHANNEL, 0x1D20},
{Opcode.CMSG_LEARN_TALENT, 0x1F5A},
Expand Down Expand Up @@ -161,6 +160,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_REPOP_REQUEST, 0x04FC},
{Opcode.CMSG_REQUEST_GUILD_REWARDS_LIST, 0x171B},
{Opcode.CMSG_REQUEST_GUILD_XP, 0x1D37},
{Opcode.CMSG_REQUEST_HONOR_STATS, 0x141A},
{Opcode.CMSG_REQUEST_INSPECT_RATED_BG_STATS, 0x1CB3},
{Opcode.CMSG_REQUEST_PARTY_MEMBER_STATS, 0x1333},
{Opcode.CMSG_RESET_FACTION_CHEAT, 0x1B5A},
Expand Down
10 changes: 5 additions & 5 deletions WowPacketParser/Enums/Version/V6_0_3_19103/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_INITIATE_ROLE_POLL, 0x1BA2},
{Opcode.CMSG_INITIATE_TRADE, 0x19BB},
{Opcode.CMSG_INSPECT, 0x01EC},
{Opcode.CMSG_INSPECT_HONOR_STATS, 0x09FD},
{Opcode.CMSG_INSPECT_PVP, 0x0382},
{Opcode.CMSG_INSTANCE_LOCK_RESPONSE, 0x0808},
{Opcode.CMSG_ITEM_PURCHASE_REFUND, 0x1111},
Expand Down Expand Up @@ -521,6 +520,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_REQUEST_CONQUEST_FORMULA_CONSTANTS, 0x0359},
{Opcode.CMSG_REQUEST_FORCED_REACTIONS, 0x02C3},
{Opcode.CMSG_REQUEST_GUILD_REWARDS_LIST, 0x028D},
{Opcode.CMSG_REQUEST_HONOR_STATS, 0x09FD},
{Opcode.CMSG_REQUEST_LFG_LIST_BLACKLIST, 0x0BCA},
{Opcode.CMSG_REQUEST_PARTY_JOIN_UPDATES, 0x071D},
{Opcode.CMSG_REQUEST_PARTY_MEMBER_STATS, 0x031D},
Expand Down Expand Up @@ -604,7 +604,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.CMSG_SPLIT_ITEM, 0x0795},
{Opcode.CMSG_STAND_STATE_CHANGE, 0x0ABD},
{Opcode.CMSG_START_SPECTATOR_WAR_GAME, 0x13A3},
{Opcode.CMSG_START_WAR_GAME, 0x03A2},
{Opcode.CMSG_START_WARGAME, 0x03A2},
{Opcode.CMSG_SUMMON_RESPONSE, 0x1124},
{Opcode.CMSG_SUPPORT_TICKET_SUBMIT_BUG, 0x0B0D},
{Opcode.CMSG_SUPPORT_TICKET_SUBMIT_COMPLAINT, 0x0B37}, // need structure | 2871 (0x0B37) | 0x0098E908 | 0x005E41E4 |
Expand Down Expand Up @@ -923,13 +923,13 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_FORCED_DEATH_UPDATE, 0x09EB},
{Opcode.SMSG_FORCE_ANIM, 0x0028},
{Opcode.SMSG_FORCE_OBJECT_RELINK, 0x059D},
{Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT, 0x038C},
{Opcode.SMSG_GAMEOBJECT_CUSTOM_ANIM, 0x03EB},
{Opcode.SMSG_GAMEOBJECT_DESPAWN, 0x0D29},
{Opcode.SMSG_GAMEOBJECT_PLAY_SPELL_VISUAL, 0x191B},
{Opcode.SMSG_GAMEOBJECT_PLAY_SPELL_VISUAL_KIT, 0x01DB},
{Opcode.SMSG_GAMEOBJECT_QUERY_RESPONSE, 0x128A},
{Opcode.SMSG_GAMEOBJECT_RESET_STATE, 0x090E},
{Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT, 0x038C},
{Opcode.SMSG_GAME_SPEED_SET, 0x0D40},
{Opcode.SMSG_GAME_TIME_SET, 0x0B40},
{Opcode.SMSG_GAME_TIME_UPDATE, 0x1709},
Expand Down Expand Up @@ -1329,9 +1329,9 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{Opcode.SMSG_QUEST_POI_QUERY_RESPONSE, 0x1715},
{Opcode.SMSG_QUEST_PUSH_RESULT, 0x1797},
{Opcode.SMSG_QUEST_QUERY_RESPONSE, 0x1547},
{Opcode.SMSG_QUEST_UPDATE_ADD_CREDIT, 0x1515},
{Opcode.SMSG_QUEST_UPDATE_ADD_CREDIT_SIMPLE, 0x1D11},
{Opcode.SMSG_QUEST_UPDATE_ADD_KILL, 0x1515},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL, 0x15A6},
{Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT, 0x15A6},
{Opcode.SMSG_QUEST_UPDATE_COMPLETE, 0x1787},
{Opcode.SMSG_QUEST_UPDATE_FAILED, 0x1542},
{Opcode.SMSG_QUEST_UPDATE_FAILED_TIMER, 0x1D01},
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParser/Parsing/Parsers/GameObjectHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public static void HandleGOCustomAnim(Packet packet)
packet.ReadInt32("Anim");
}

[Parser(Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT)] // 4.3.4
public static void HandleGOActivateAnimKit(Packet packet)
[Parser(Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT)] // 4.3.4
public static void HandleGameObjectActivateAnimKit(Packet packet)
{
var guid = packet.StartBitStream(5, 1, 0, 4, 7, 2, 3, 6);
packet.ParseBitStream(guid, 5, 1, 0, 3, 4, 6, 2, 7);
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Parsing/Parsers/MiscellaneousHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ public static void HandleWorldServerInfo434(Packet packet)
packet.ReadInt32("Instance Difficulty ID");
}

[Parser(Opcode.CMSG_INSPECT_HONOR_STATS)]
[Parser(Opcode.CMSG_REQUEST_HONOR_STATS)]
[Parser(Opcode.MSG_INSPECT_HONOR_STATS)]
public static void HandleInspectHonorStats(Packet packet)
{
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParser/Parsing/Parsers/QuestHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1212,8 +1212,8 @@ public static void HandleQuestgiverStatus(Packet packet)
}
}

[Parser(Opcode.SMSG_QUEST_UPDATE_ADD_PVP_KILL)]
public static void HandleQuestupdateAddPvpKill(Packet packet)
[Parser(Opcode.SMSG_QUEST_UPDATE_ADD_PVP_CREDIT)]
public static void HandleQuestUpdateAddPvPCredit(Packet packet)
{
packet.ReadInt32<QuestId>("Quest ID");
packet.ReadInt32("Count");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public static void HandleNotification(Packet packet)
packet.ReadWoWString("Message", length);
}

[Parser(Opcode.CMSG_INSPECT_HONOR_STATS)]
public static void HandleInspectHonorStats434(Packet packet)
[Parser(Opcode.CMSG_REQUEST_HONOR_STATS)]
public static void HandleRequestHonorStats(Packet packet)
{
var guid = packet.StartBitStream(1, 5, 7, 3, 2, 4, 0, 6);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public static void HandleClientInspect(Packet packet)
packet.WriteGuid("Player GUID", guid);
}

[Parser(Opcode.CMSG_INSPECT_HONOR_STATS)]
public static void HandleClientInspectHonorStats(Packet packet)
[Parser(Opcode.CMSG_REQUEST_HONOR_STATS)]
public static void HandleRequestHonorStats(Packet packet)
{
var guid = new byte[8];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public static void HandleFeatureSystemStatus(Packet packet)
}
}

[Parser(Opcode.CMSG_INSPECT_HONOR_STATS)]
public static void HandleInspectHonorStats(Packet packet)
[Parser(Opcode.CMSG_REQUEST_HONOR_STATS)]
public static void HandleRequestHonorStats(Packet packet)
{
var guid = new byte[8];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ public static void HandleInspectResult(Packet packet)
}
}

[Parser(Opcode.CMSG_INSPECT_HONOR_STATS)]
public static void HandleRequestInspectHonorStats(Packet packet)
[Parser(Opcode.CMSG_REQUEST_HONOR_STATS)]
public static void HandleRequestHonorStats(Packet packet)
{
packet.ReadPackedGuid128("TargetGUID");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public static void HandleGameObjectDespawn(Packet packet)
packet.ReadPackedGuid128("ObjectGUID");
}

[Parser(Opcode.SMSG_GAME_OBJECT_ACTIVATE_ANIM_KIT)]
public static void HandleGoActivateAnimKit(Packet packet)
[Parser(Opcode.SMSG_GAMEOBJECT_ACTIVATE_ANIM_KIT)]
public static void HandleGameObjectActivateAnimKit(Packet packet)
{
packet.ReadPackedGuid128("ObjectGUID");
packet.ReadInt32("AnimKitID");
Expand Down
4 changes: 2 additions & 2 deletions WowPacketParserModule.V6_0_2_19033/Parsers/QuestHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ public static void HandleQuestOfferReward(Packet packet)
Storage.QuestOfferRewards.Add((uint)id, questOfferReward, packet.TimeSpan);
}

[Parser(Opcode.SMSG_QUEST_UPDATE_ADD_KILL)]
public static void HandleQuestUpdateAdd(Packet packet)
[Parser(Opcode.SMSG_QUEST_UPDATE_ADD_CREDIT)]
public static void HandleQuestUpdateAddCredit(Packet packet)
{
packet.ReadPackedGuid128("VictimGUID");

Expand Down

0 comments on commit 7d34738

Please sign in to comment.