Skip to content

Commit 204b7b7

Browse files
committed
Add missing totalWardDegen
1 parent a799e3e commit 204b7b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/CalcDefence.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3852,6 +3852,7 @@ function calcs.buildDefenceEstimations(env, actor)
38523852
output.NetWardRegen = output.WardRegenRecovery
38533853
local totalLifeDegen = 0
38543854
local totalManaDegen = 0
3855+
local totalWardDegen = 0
38553856
local totalEnergyShieldDegen = 0
38563857
if breakdown then
38573858
breakdown.NetLifeRegen = {

0 commit comments

Comments
 (0)