diff options
| author | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
| commit | 65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch) | |
| tree | 5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/game/ItemHandler.cpp | |
| parent | c592fc75809e420eb3554b12c31eb645a8aae280 (diff) | |
Tab to Spaces and remove of trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/ItemHandler.cpp')
| -rw-r--r-- | src/game/ItemHandler.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index 17f4ac34107..6ade13551de 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -854,11 +854,11 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPacket& recvPacket) BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot); - WorldPacket data(SMSG_BUY_BANK_SLOT_RESULT, 4); + WorldPacket data(SMSG_BUY_BANK_SLOT_RESULT, 4); if (!slotEntry) { - data << uint32(ERR_BANKSLOT_FAILED_TOO_MANY); + data << uint32(ERR_BANKSLOT_FAILED_TOO_MANY); SendPacket(&data); return; } @@ -867,7 +867,7 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPacket& recvPacket) if (_player->GetMoney() < price) { - data << uint32(ERR_BANKSLOT_INSUFFICIENT_FUNDS); + data << uint32(ERR_BANKSLOT_INSUFFICIENT_FUNDS); SendPacket(&data); return; } @@ -876,7 +876,7 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPacket& recvPacket) _player->ModifyMoney(-int32(price)); data << uint32(ERR_BANKSLOT_OK); - SendPacket(&data); + SendPacket(&data); _player->GetAchievementMgr().UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_BUY_BANK_SLOT); } |
