View Single Post
08/19/18, 06:01 AM   #1
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
[fixed] GetGroupMemberRoles is bugged

The compabitility function GetGroupMemberRoles(unitTag) does not pass the unitTag parameter to GetGroupMemberSelectedRole(unitTag)

To addon devs: Use GetGroupMemberSelectedRole(unitTag) instead.