from retail

This commit is contained in:
NoM0Re
2025-02-15 17:34:53 +01:00
parent 2e91a460da
commit dbdfffbf67
3 changed files with 23 additions and 11 deletions
+7 -2
View File
@@ -60,6 +60,11 @@ Private.character_types = {
npc = L["Non-player Character"]
}
Private.spec_position_types = {
caster = L["Ranged"],
melee = L["Melee"]
}
Private.group_sort_types = {
ascending = L["Ascending"],
descending = L["Descending"],
@@ -2317,8 +2322,8 @@ Private.raid_role_types = {
Private.role_types = {
tank = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:0:19:22:41|t "..TANK,
melee = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:20:39:22:41|t "..MELEE,
caster = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:20:39:22:41|t "..L["Caster"],
melee = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:20:39:22:41|t "..L["Melee"],
caster = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:20:39:22:41|t "..L["Ranged"],
healer = "|TInterface\\LFGFrame\\UI-LFG-ICON-PORTRAITROLES:16:16:0:0:64:64:20:39:1:20|t "..HEALER,
}