mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 11:58:20 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -44,7 +44,7 @@ namespace EQExtractor2.Patches
|
||||
ByteStream Buffer = new ByteStream(PacketBuffer);
|
||||
|
||||
Item NewItem = new Item();
|
||||
|
||||
|
||||
Buffer.SetPosition(30);
|
||||
NewItem.MerchantSlot = Buffer.ReadByte(); // 13
|
||||
NewItem.Price = Buffer.ReadUInt32(); // 14
|
||||
|
||||
Reference in New Issue
Block a user