Core/PacketIO: Fixed structure of SMSG_ITEM_PUSH_RESULT

Port From (https://github.com/TrinityCore/TrinityCore/commit/ab2b5f68588ea8681232f7b16ae1f47a24062ff3)
This commit is contained in:
hondacrx
2024-02-01 10:13:39 -05:00
parent c8ccacf6c6
commit 0f31b4fc9f
@@ -424,6 +424,7 @@ namespace Game.Networking.Packets
_worldPacket.WriteBit(Pushed);
_worldPacket.WriteBit(Created);
_worldPacket.WriteBit(Unused_1017);
_worldPacket.WriteBits((uint)DisplayText, 3);
_worldPacket.WriteBit(IsBonusRoll);
_worldPacket.WriteBit(IsEncounterLoot);
@@ -460,10 +461,10 @@ namespace Game.Networking.Packets
public bool Pushed;
public DisplayType DisplayText;
public bool Created;
public bool Unused_1017;
public bool IsBonusRoll;
public bool IsEncounterLoot;
public enum DisplayType
{
Hidden = 0,