Skip to content

Commit

Permalink
Merge pull request #176 from lvlvllvlvllvlvl/dev
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lvlvllvlvllvlvl authored Apr 7, 2024
2 parents ef66d61 + 2493129 commit 25fb31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPoE/cli/exporter/wiki/parsers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ def _allflame_ember(self, infobox: OrderedDict, base_item_type):
boss_chance = boss_chance + weight * pack["BossMonsterSpawnChance"]

infobox["description"] = "<br>".join(data["Description"].splitlines())
infobox["pack_id"] = pack["Id"]
infobox["pack_id"] = data["Pack"]["Id"]
if not math.isinf(min_packsize):
infobox["pack_min_size"] = min_packsize
if not math.isinf(max_packsize):
Expand Down

0 comments on commit 25fb31d

Please sign in to comment.