Skip to content

Commit

Permalink
Fix only one rolled item is rolled at time
Browse files Browse the repository at this point in the history
Probably a forgetted debug code.

close cmangos/issues#1046
  • Loading branch information
Cyberium authored and Fabian committed Aug 29, 2016
1 parent c0d653a commit 2055e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/LootMgr.cpp
Expand Up @@ -1534,7 +1534,6 @@ void Loot::CheckIfRollIsNeeded(Player const* plr)
m_roll.erase(m_roll.find(itemSlot)); // Cannot start roll so we have to delete it (find will not fail as the item was just created)

lootItem->checkRollNeed = false; // No more check is needed for this item
return;
}
}
}
Expand Down

0 comments on commit 2055e06

Please sign in to comment.