You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/CalcPerform.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1651,7 +1651,7 @@ function calcs.perform(env, skipEHP)
1651
1651
breakdown.ManaReserved= { reservations= { } }
1652
1652
end
1653
1653
for_, activeSkillinipairs(env.player.activeSkillList) do
1654
-
if(activeSkill.skillTypes[SkillType.HasReservation]oractiveSkill.skillData.SupportedByAutoexertion)andnotactiveSkill.skillTypes[SkillType.ReservationBecomesCost] then
1654
+
ifactiveSkill.skillTypes[SkillType.HasReservation] andnotactiveSkill.skillTypes[SkillType.ReservationBecomesCost] then
0 commit comments