Skip to content

Commit

Permalink
Fixed copying wrong stat ids
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaK2 committed Sep 30, 2020
1 parent 0c3ddc9 commit 1a20b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPoE/cli/exporter/wiki/parsers/skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def _skill(self, ge, infobox, parsed_args, max_level=None, msg_name=None):

self._write_stats(
infobox,
zip(stats, row['StatsValuesPermille']),
zip(stat_ids, row['StatsValuesPermille']),
prefix,
)

Expand Down

0 comments on commit 1a20b85

Please sign in to comment.