Core/PacketIO: Updated packet structures to 8.1.5
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/31fda79556e55375962a3c9e46f6dbdbf6e90d18
This commit is contained in:
@@ -87,12 +87,12 @@ namespace Game.Network.Packets
|
||||
_worldPacket.WriteUInt64(CurrentMarketPrice);
|
||||
_worldPacket.WriteUInt32(UnkInt);
|
||||
_worldPacket.WriteUInt32(Result);
|
||||
_worldPacket.WriteUInt32(UnkInt2);
|
||||
_worldPacket.WriteUInt32(AuctionDuration);
|
||||
}
|
||||
|
||||
public ulong CurrentMarketPrice;
|
||||
public uint UnkInt; // send CMSG_REQUEST_WOW_TOKEN_MARKET_PRICE
|
||||
public TokenResult Result;
|
||||
public uint UnkInt2 = 0;
|
||||
public uint AuctionDuration; // preset auction duration enum
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user