Skip to content

Commit ec7aa79

Browse files
authored
Add creature and game object query response opcodes for 3.4.2 parsing (#823)
1 parent 54264ee commit ec7aa79

File tree

1 file changed

+2
-0
lines changed
  • WowPacketParser/Enums/Version/V3_4_2_50129

1 file changed

+2
-0
lines changed

WowPacketParser/Enums/Version/V3_4_2_50129/Opcodes.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
707707
{ Opcode.SMSG_CHAT, 0x2BAD },
708708
{ Opcode.SMSG_GOSSIP_COMPLETE, 0x2A97 },
709709
{ Opcode.SMSG_GOSSIP_MESSAGE, 0x2A98 },
710+
{ Opcode.SMSG_QUERY_CREATURE_RESPONSE, 0x2914 },
711+
{ Opcode.SMSG_QUERY_GAME_OBJECT_RESPONSE, 0x2915 },
710712
};
711713

712714
private static readonly BiDictionary<Opcode, int> MiscOpcodes = new BiDictionary<Opcode, int>();

0 commit comments

Comments
 (0)