Skip to content

Commit

Permalink
Instance Local Item
Browse files Browse the repository at this point in the history
  • Loading branch information
acbeaumo committed May 16, 2024
1 parent eb6e0ec commit 6632085
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PyPoE/cli/exporter/wiki/parsers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,9 +1909,6 @@ class ItemsParser(SkillParserShared):
r"Premium.*Pet",
r"UnifiedAuraEffect",
},
"InstanceLocalItem": {
r".*",
},
}

_PLACEHOLDER_IMAGES = {"Art/2DItems/Hideout/HideoutPlaceholder.dds"}
Expand Down Expand Up @@ -3438,6 +3435,7 @@ def _harvest_plant_booster_extra(self, infobox, base_item_type, harvest_object):
"Breachstone": (_type_currency,),
"ItemisedCorpse": (_type_corpse,),
"NecropolisPack": (_allflame_ember,),
"InstanceLocalItem": (_type_currency,),
}

_conflict_active_skill_gems_map = {
Expand Down

0 comments on commit 6632085

Please sign in to comment.