Xeverous / filter_spirit

Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs
GNU General Public License v3.0
36 stars 7 forks source link

Compiling Diamond MinimapIcon #20

Closed Alekhoff closed 4 years ago

Alekhoff commented 4 years ago

Description When compiling a block that has the diamond MinimapIcon, its missing a "d" after compiling Steps to reproduce

SetMinimapIcon MinimapIcon(0, white, diamond)

Expected result

MinimapIcon 0 White Diamond

Actual result

MinimapIcon 0 White Diamon
Xeverous commented 4 years ago

That's a nice typo

https://github.com/Xeverous/filter_spirit/blob/fd405c339086df24a9defb328cfa534be913b31a/src/lib/fs/lang/generation.hpp#L69-L74

Xeverous commented 4 years ago

Fixed in 142f9e41f544ac686b668ff473eb93318beebb7a.