Skip to content

Commit

Permalink
Merge pull request OmegaK2#127 from lvlvllvlvllvlvl/pr/mod-stats
Browse files Browse the repository at this point in the history
Pr/mod stats
  • Loading branch information
lvlvllvlvllvlvl authored Sep 17, 2023
2 parents cece232 + 970064e commit e9c2e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyPoE/cli/exporter/wiki/parsers/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,10 @@ def handler(hstr, parameter):

stats = []
values = []
buffstats = mod["BuffTemplate"]["StatsKey"] if mod["BuffTemplate"] else []
for i in MOD_STATS_RANGE:
k = mod["StatsKey%s" % i]
if k is None:
if k is None or k in buffstats:
continue

stat = k["Id"]
Expand Down

0 comments on commit e9c2e4d

Please sign in to comment.