Skip to content

Commit

Permalink
Message "You passed for item... " should not be sent twice.
Browse files Browse the repository at this point in the history
(based on cmangos/mangos-wotlk@f2d14a1)

Signed-off-by: Xfurry <xfurry@scriptdev2.com>
  • Loading branch information
Cyberium authored and xfurry committed Nov 15, 2015
1 parent a7581cc commit 67651fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/LootMgr.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 67651fa

Please sign in to comment.