Core/Packets: fixed packet structure of SMSG_DISPLAY_TOAST

This commit is contained in:
Ovahlord
2024-11-14 16:30:57 +01:00
parent 469da94a3e
commit ac87a39550

View File

@@ -781,7 +781,7 @@ WorldPacket const* WorldPackets::Misc::SplashScreenShowLatest::Write()
WorldPacket const* WorldPackets::Misc::DisplayToast::Write()
{
_worldPacket << uint64(Quantity);
_worldPacket << uint8(AsUnderlyingType(DisplayToastMethod));
_worldPacket << uint32(AsUnderlyingType(DisplayToastMethod));
_worldPacket << uint32(QuestID);
_worldPacket.WriteBit(Mailed);