Core/PacketIO: Fixed SMSG_GOSSIP_MESSAGE structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/4add9d21a0280051e37451bd316092790d2d61fd)
This commit is contained in:
Hondacrx
2025-12-16 13:59:34 -05:00
parent 8b9a4c33b2
commit 1a6ce863af
+2 -2
View File
@@ -355,8 +355,8 @@ namespace Game.Networking.Packets
public void Write(WorldPacket data)
{
data.WriteInt32(GossipOptionID);
data.WriteInt32(OptionFlags);
data.WriteUInt8((byte)OptionNPC);
data.WriteUInt32((uint)OptionNPC);
data.WriteInt8((sbyte)OptionFlags);
data.WriteUInt64(OptionCost);
data.WriteUInt32(OptionLanguage);
data.WriteInt32((int)Flags);