We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63de199 commit 3bb080dCopy full SHA for 3bb080d
1 file changed
src/Export/Scripts/passivetree.lua
@@ -665,7 +665,7 @@ for i, classId in ipairs(psg.passives) do
665
666
local ascendancies = dat("ascendancy"):GetRowList("Class", character)
667
for k, ascendency in ipairs(ascendancies) do
668
- if ascendency.Name:find(ignoreFilter) ~= nil or ascendency.isDisabled or ascendency.Id == "Witch3b" then
+ if ascendency.Name:find(ignoreFilter) ~= nil or ascendency.isDisabled or ascendency.Replace then
669
printf("Ignoring ascendency " .. ascendency.Name .. " for class " .. character.Name)
670
goto continue3
671
end
0 commit comments