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/CalcDefence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ function calcs.buildDefenceEstimations(env, actor)

-- pvp
if env.configInput.PvpScaling then
local PvpTvalue = output.enemySkillTime
local PvpTvalue = output.enemySkillTime or 1
local PvpMultiplier = (env.configInput.enemyMultiplierPvpDamage or 100) / 100

local PvpNonElemental1 = data.misc.PvpNonElemental1
Expand Down
Loading