Add talent, spec, risk, and instance type load conditions
This commit is contained in:
+13
-4
@@ -1212,6 +1212,9 @@ do
|
||||
end
|
||||
end
|
||||
|
||||
WeakAuras.specialization_types = {}
|
||||
for i = 1, #SPEC_SWAP_SPELLS do WeakAuras.specialization_types[i] = L["Talent Specialization"] .. " " .. i end
|
||||
|
||||
Private.faction_group = {
|
||||
Alliance = L["Alliance"],
|
||||
Horde = L["Horde"],
|
||||
@@ -2556,10 +2559,19 @@ Private.group_types = {
|
||||
raid = L["In Raid"]
|
||||
}
|
||||
|
||||
Private.ruleset_types = {
|
||||
one = L["None"],
|
||||
pve = NO_RISK_PVE,
|
||||
pvp = NO_RISK_PVP,
|
||||
highrisk = HIGH_RISK_PVP,
|
||||
}
|
||||
|
||||
Private.difficulty_types = {
|
||||
none = L["None"],
|
||||
normal = PLAYER_DIFFICULTY1,
|
||||
heroic = PLAYER_DIFFICULTY2
|
||||
heroic = PLAYER_DIFFICULTY2,
|
||||
mythic = "Mythic",
|
||||
ascended = "Ascended",
|
||||
}
|
||||
|
||||
Private.raid_role_types = {
|
||||
@@ -3288,9 +3300,6 @@ Private.data_stub = {
|
||||
class = {
|
||||
multi = {},
|
||||
},
|
||||
talent = {
|
||||
multi = {},
|
||||
},
|
||||
},
|
||||
actions = {
|
||||
init = {},
|
||||
|
||||
Reference in New Issue
Block a user