Skip to content

Commit c9c47a1

Browse files
committed
Add more correct 255 opcodes
1 parent 8a790d3 commit c9c47a1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • WowPacketParser/Enums/Version/V2_5_5_64796

WowPacketParser/Enums/Version/V2_5_5_64796/Opcodes.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
2727

2828
private static readonly BiDictionary<Opcode, int> ServerOpcodes = new()
2929
{
30+
{ Opcode.SMSG_HIGHEST_THREAT_UPDATE, 0x440180 },
31+
{ Opcode.SMSG_THREAT_CLEAR, 0x440183 },
32+
{ Opcode.SMSG_THREAT_REMOVE, 0x440182 },
33+
{ Opcode.SMSG_THREAT_UPDATE, 0x440181 },
34+
{ Opcode.SMSG_ATTACKER_STATE_UPDATE, 0x4A002B },
35+
{ Opcode.SMSG_ATTACK_START, 0x4A001B },
36+
{ Opcode.SMSG_ATTACK_STOP, 0x4A001C },
37+
{ Opcode.SMSG_AI_REACTION, 0x44015C },
3038
{ Opcode.SMSG_TEXT_EMOTE, 0x440121 },
3139
{ Opcode.SMSG_EMOTE, 0x440270 },
3240
{ Opcode.SMSG_CHAT, 0x490001 },

0 commit comments

Comments
 (0)