Skip to content

Commit fcdd4e5

Browse files
committed
Add parser for SMSG_STABLE_RESULT
1 parent 5555c10 commit fcdd4e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WowPacketParser/Parsing/Parsers/PetHandler.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,5 +323,11 @@ public static void HandlePetSpellAutocast(Packet packet)
323323
packet.ReadUInt32<SpellId>("Spell Id");
324324
packet.ReadByte("State");
325325
}
326+
327+
[Parser(Opcode.SMSG_STABLE_RESULT)]
328+
public static void HandleStableResult(Packet packet)
329+
{
330+
packet.ReadByte("Stable Result");
331+
}
326332
}
327333
}

0 commit comments

Comments
 (0)