aboutsummaryrefslogtreecommitdiff
path: root/src/game/AuctionHouseHandler.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-11 20:20:38 +0200
committerSpp <none@none>2010-04-11 20:20:38 +0200
commit65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch)
tree5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/game/AuctionHouseHandler.cpp
parentc592fc75809e420eb3554b12c31eb645a8aae280 (diff)
Tab to Spaces and remove of trailing spaces
--HG-- branch : trunk
Diffstat (limited to 'src/game/AuctionHouseHandler.cpp')
-rw-r--r--src/game/AuctionHouseHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/AuctionHouseHandler.cpp b/src/game/AuctionHouseHandler.cpp
index 586319a2e74..efa4184b393 100644
--- a/src/game/AuctionHouseHandler.cpp
+++ b/src/game/AuctionHouseHandler.cpp
@@ -68,8 +68,8 @@ void WorldSession::SendAuctionHello(uint64 guid, Creature* unit)
return;
WorldPacket data(MSG_AUCTION_HELLO, 12);
- data << uint64(guid);
- data << uint32(ahEntry->houseId);
+ data << uint64(guid);
+ data << uint32(ahEntry->houseId);
data << uint8(1); // 3.3.3: 1 - AH enabled, 0 - AH disabled
SendPacket(&data);
}