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
  • Loading branch information
Cyberium committed Sep 23, 2015
1 parent 66b03b8 commit f2d14a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/LootMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,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 f2d14a1

Please sign in to comment.