diff options
author | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
commit | a3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 (patch) | |
tree | ed9a57e9c72287b1544f39cfe1bff09492e2a2ce /src/game/ItemHandler.cpp | |
parent | 4a448eca37a5a5409d39d4036db3793cfa27edf8 (diff) |
Some warning fix
Tab to spaces
Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/ItemHandler.cpp')
-rw-r--r-- | src/game/ItemHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index b2cdd67556f..9532a923052 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -772,7 +772,7 @@ void WorldSession::SendListInventory(uint64 vendorguid) // reputation discount int32 price = uint32(floor(pProto->BuyPrice * discountMod)); - data << uint32(vendorslot+1); // client expects counting to start at 1 + data << uint32(vendorslot+1); // client expects counting to start at 1 data << uint32(crItem->item); data << uint32(pProto->DisplayInfoID); data << int32(crItem->maxcount <= 0 ? 0xFFFFFFFF : pCreature->GetVendorItemCurrentCount(crItem)); |