diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index bf5999ebf8..71fc81ff1c 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -641,6 +641,7 @@ void GroupLootRoll::SendLootRollWon(ObjectGuid const& targetGuid, uint32 rollNum switch (itr->second.vote) { case ROLL_PASS: + break; case ROLL_NOT_EMITED_YET: case ROLL_NOT_VALID: SendRoll(itr->first, 128, 128);