Core/PacketIO: Updated packets to 8.3.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/462a10de17003631957b69e578e7e4c55ed1ef61)
This commit is contained in:
@@ -354,7 +354,7 @@ namespace Game.Network.Packets
|
||||
|
||||
class AuctionListPendingSalesResult : ServerPacket
|
||||
{
|
||||
public AuctionListPendingSalesResult() : base(ServerOpcodes.AuctionListPendingSalesResult) { }
|
||||
public AuctionListPendingSalesResult() : base(ServerOpcodes.Unknown) { }
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user