mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
[IsMasterLooter] should probably check if the unit is actually the master looter, not just if they're in your raid.
This commit is contained in:
@ -517,7 +517,7 @@ DogTag:AddTag("Unit", "IsMasterLooter", {
|
||||
end
|
||||
for i = 1, GetNumRaidMembers() do
|
||||
local name, rank, subgroup, level, class, fileName, zone, online, isDead, role, isML = GetRaidRosterInfo(i)
|
||||
if name == n then
|
||||
if name == n and isML then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user