File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,15 +169,9 @@ local function writeMods(outName, condFunc)
169169 end
170170 out :write (' modTags = { ' , stats .modTags , ' }, ' )
171171
172- -- Note that some of the resulting hashes might not be correct.
173- -- Some of the trade hashes are also associated with another
174- -- value. For example, some mods have a variant value appended
175- -- to it like: explicit.stat_3642528642|7. Timeless jewels have
176- -- special trade ids, such as
172+ -- Timeless jewels have special trade ids, such as
177173 -- "explicit.pseudo_timeless_jewel_doryani". See the below API
178- -- for more info
179-
180- -- This API contains all of the current trade site IDs:
174+ -- for more info:
181175 -- https://www.pathofexile.com/api/trade/data/stats
182176 local tradeHashes = {}
183177 local statsHashed = {}
You can’t perform that action at this time.
0 commit comments