mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Add feature flag for UnitGroupRolesAssigned
This commit is contained in:
@ -1108,7 +1108,7 @@ function IceTargetHealth.prototype:CheckPartyRole()
|
||||
proposalExists, id, typeID, subtypeID, name, texture, role, hasResponded, totalEncounters, completedEncounters, numMembers, isleader = GetLFGProposal()
|
||||
|
||||
local p = self.unit
|
||||
if IceHUD.WowVer < 40000 then
|
||||
if not IceHUD.UnitGroupRolesReturnsRoleString then
|
||||
isTank, isHeal, isDPS = UnitGroupRolesAssigned(p)
|
||||
else
|
||||
local grpRole = UnitGroupRolesAssigned(p)
|
||||
|
Reference in New Issue
Block a user