add lead/assist and maintank/mainassist load options

This commit is contained in:
NoM0Re
2024-07-07 05:34:25 +02:00
parent 1bf07b7fea
commit b7dac42f5a
14 changed files with 97 additions and 3 deletions
+12
View File
@@ -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"],