diff options
author | Spp <none@none> | 2010-04-07 18:09:10 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-07 18:09:10 +0200 |
commit | b27ce42704c33e292bda390265bb8fd01a433505 (patch) | |
tree | 29b2df222a2c1be3325e3d6fab75206100b578fd /src/game/LootHandler.cpp | |
parent | f490ad5ac259712e323f0a52e608ff1383b2fc41 (diff) |
Code Style: Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/LootHandler.cpp')
-rw-r--r-- | src/game/LootHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/LootHandler.cpp b/src/game/LootHandler.cpp index 57c233ffe72..1b7ee1940c8 100644 --- a/src/game/LootHandler.cpp +++ b/src/game/LootHandler.cpp @@ -445,7 +445,7 @@ void WorldSession::DoLootRelease(uint64 lguid) pCreature->SetLootRecipient(NULL); loot->clear(); } - else + else { // if the round robin player release, reset it. if (player->GetGUID() == loot->roundRobinPlayer) |