mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/PacketIO: Fixed structure of SMSG_ITEM_PUSH_RESULT
This commit is contained in:
@@ -266,6 +266,7 @@ WorldPacket const* WorldPackets::Item::ItemPushResult::Write()
|
||||
|
||||
_worldPacket.WriteBit(Pushed);
|
||||
_worldPacket.WriteBit(Created);
|
||||
_worldPacket.WriteBit(Unused_1017);
|
||||
_worldPacket.WriteBits(DisplayText, 3);
|
||||
_worldPacket.WriteBit(IsBonusRoll);
|
||||
_worldPacket.WriteBit(IsEncounterLoot);
|
||||
|
||||
@@ -358,6 +358,7 @@ namespace WorldPackets
|
||||
bool Pushed = false;
|
||||
DisplayType DisplayText = DISPLAY_TYPE_HIDDEN;
|
||||
bool Created = false;
|
||||
bool Unused_1017 = false;
|
||||
bool IsBonusRoll = false;
|
||||
bool IsEncounterLoot = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user