Project-Path-of-Exile-Wiki / PyPoE

Collection of Python Tools for Path of Exile
GNU General Public License v3.0
24 stars 21 forks source link

Hideout decorations #56

Closed acbeaumo closed 2 years ago

acbeaumo commented 2 years ago

Abstract

Added page name conflict resolution for hideout decorations that didn't get exported.

Action Taken

There are two hideout decorations in the game data called "Sitting Lion Statue"; only one of them exists in game. Added page name conflict resolution for the one that exists and placed the other in the skip list.

Added page name conflict resolution for two other hideout decorations whose names conflict with other pages on the wiki.

Caveats

None. This is a really straightforward PR.

FAO