Skip to content

Commit

Permalink
show dodge for warlock tank
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 28, 2024
1 parent 0a49156 commit 1190da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/tank_warlock/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankWarlock, {
Stat.StatArmor,
Stat.StatBonusArmor,
Stat.StatDefense,
Stat.StatDodge,
],
// Reference stat against which to calculate EP. DPS classes use either spell power or attack power.
epReferenceStat: Stat.StatSpellPower,
Expand Down Expand Up @@ -77,6 +78,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankWarlock, {
Stat.StatArmor,
Stat.StatBonusArmor,
Stat.StatDefense,
Stat.StatDodge,
// Resistances
Stat.StatShadowResistance,
],
Expand Down

0 comments on commit 1190da1

Please sign in to comment.