Skip to content

Commit 66bf55d

Browse files
author
LocalIdentity
committed
Commit CalcPerform fix
1 parent b5ba343 commit 66bf55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ function calcs.perform(env, skipEHP)
16581658
breakdown.ManaReserved = { reservations = { } }
16591659
end
16601660
for _, activeSkill in ipairs(env.player.activeSkillList) do
1661-
if (activeSkill.skillTypes[SkillType.HasReservation] or activeSkill.skillData.SupportedByAutoexertion) and not activeSkill.skillTypes[SkillType.ReservationBecomesCost] then
1661+
if (activeSkill.skillTypes[SkillType.HasReservation] or activeSkill.skillData.triggeredByAutoexertion ) and not activeSkill.skillTypes[SkillType.ReservationBecomesCost] then
16621662
local skillModList = activeSkill.skillModList
16631663
local skillCfg = activeSkill.skillCfg
16641664
local mult = floor(skillModList:More(skillCfg, "SupportManaMultiplier"), 4)

0 commit comments

Comments
 (0)