Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Modules/CalcPerform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ function calcs.perform(env, avoidCache, fullDPSSkipEHP)
modDB:NewMod("WitherEffectStack", "MAX", effect)
end
--Handle combustion
if activeSkill.activeEffect.grantedEffect.name ~= "Arcanist Brand" and not appliedCombustion then
if (activeSkill.skillTypes[SkillType.Damage] or activeSkill.skillTypes[SkillType.Attack]) and not appliedCombustion then
for _, support in ipairs(activeSkill.supportList) do
if support.grantedEffect.name == "Combustion" then
if not activeSkill.skillModList:Flag(activeSkill.skillCfg, "CannotIgnite") then
Expand Down