From 67651faae59e86401acfd69587012ada0228a0d7 Mon Sep 17 00:00:00 2001 From: Cyberium Date: Sun, 15 Nov 2015 01:58:12 +0100 Subject: [PATCH] Message "You passed for item... " should not be sent twice. (based on cmangos/mangos-wotlk@f2d14a1) Signed-off-by: Xfurry --- src/game/LootMgr.cpp | 1 + 1 file changed, 1 insertion(+) 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);