mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Core/Group): fix group loot for quest items (#21683)
Co-authored-by: EricksOliveira <ericksoliveira258@gmail.com>
This commit is contained in:
@@ -1116,6 +1116,8 @@ void Group::GroupLoot(Loot* loot, WorldObject* pLootedObject)
|
|||||||
|
|
||||||
if (member->IsAtLootRewardDistance(pLootedObject))
|
if (member->IsAtLootRewardDistance(pLootedObject))
|
||||||
{
|
{
|
||||||
|
r->totalPlayersRolling++;
|
||||||
|
|
||||||
RollVote vote = NOT_EMITED_YET;
|
RollVote vote = NOT_EMITED_YET;
|
||||||
if (!CanRollOnItem(*i, member, loot))
|
if (!CanRollOnItem(*i, member, loot))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user