We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5555c10 commit fcdd4e5Copy full SHA for fcdd4e5
WowPacketParser/Parsing/Parsers/PetHandler.cs
@@ -323,5 +323,11 @@ public static void HandlePetSpellAutocast(Packet packet)
323
packet.ReadUInt32<SpellId>("Spell Id");
324
packet.ReadByte("State");
325
}
326
+
327
+ [Parser(Opcode.SMSG_STABLE_RESULT)]
328
+ public static void HandleStableResult(Packet packet)
329
+ {
330
+ packet.ReadByte("Stable Result");
331
+ }
332
333
0 commit comments