from retail
This commit is contained in:
+7
-2
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user