Skip to content

Commit cba5ba0

Browse files
committed
Chaos resistance is counting toward #% Total Elemental Resistance when price checking
Fixes #660
1 parent 7782d98 commit cba5ba0

File tree

1 file changed

+1
-1
lines changed
  • renderer/src/web/price-check/filters/pseudo

1 file changed

+1
-1
lines changed

renderer/src/web/price-check/filters/pseudo/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const RESISTANCES_INFO = [
3636
// ref: stat("#% to Cold and Lightning Resistances"),
3737
// elements: ["cold", "lightning"],
3838
// },
39-
{ ref: stat("#% to Chaos Resistance"), elements: [""], chaos: true },
39+
{ ref: stat("#% to Chaos Resistance"), elements: [], chaos: true },
4040
{
4141
ref: stat("#% to Fire and Chaos Resistances"),
4242
elements: ["fire"],

0 commit comments

Comments
 (0)