add lead/assist and maintank/mainassist load options
This commit is contained in:
@@ -1928,6 +1928,18 @@ Private.difficulty_types = {
|
||||
heroic = PLAYER_DIFFICULTY2
|
||||
}
|
||||
|
||||
Private.raid_role_types = {
|
||||
MAINTANK = "|TInterface\\GroupFrame\\UI-Group-maintankIcon:16:16|t "..MAINTANK,
|
||||
MAINASSIST = "|TInterface\\GroupFrame\\UI-Group-mainassistIcon:16:16|t "..MAINASSIST,
|
||||
NONE = L["Other"]
|
||||
}
|
||||
|
||||
Private.group_member_types = {
|
||||
LEADER = L["Leader"],
|
||||
ASSIST = L["Assist"],
|
||||
NONE = L["None"]
|
||||
}
|
||||
|
||||
Private.classification_types = {
|
||||
worldboss = L["World Boss"],
|
||||
rareelite = L["Rare Elite"],
|
||||
|
||||
Reference in New Issue
Block a user