Core/PacketIO: Updated packet structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3c4216de8e1dcb9f62d2fcc1b9b72852e5409c9)
This commit is contained in:
@@ -347,6 +347,13 @@ namespace Game.Networking.Packets
|
||||
}
|
||||
}
|
||||
|
||||
class AuctionRequestFavoriteList : ClientPacket
|
||||
{
|
||||
public AuctionRequestFavoriteList(WorldPacket packet) : base(packet) { }
|
||||
|
||||
public override void Read() { }
|
||||
}
|
||||
|
||||
class AuctionSellCommodity : ClientPacket
|
||||
{
|
||||
public ObjectGuid Auctioneer;
|
||||
|
||||
Reference in New Issue
Block a user