mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
Core/Packets: fixed packet structure of SMSG_DISPLAY_TOAST
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user