Add talent, spec, risk, and instance type load conditions

This commit is contained in:
andrew6180
2025-10-17 12:20:04 -07:00
parent 72b01063bc
commit 0f04c2ba3b
8 changed files with 199 additions and 143 deletions
+1 -1
View File
@@ -1624,7 +1624,7 @@ function WeakAuras.CreateTemplateView(Private, frame)
replaceButton:SetFullWidth(true);
replaceButton:SetClick(function()
replaceTriggers(newView.data, newView.chosenItem, newView.chosenSubType);
for _,v in pairs({"class", "spec", "talent", "pvptalent", "race", "covenant"}) do
for _,v in pairs({"class", "spec", "pvptalent", "race", "covenant"}) do
newView.data.load[v] = nil;
newView.data.load["use_"..v] = nil;
end