Skip to content

Commit 0743852

Browse files
committed
Update trade hash comment
1 parent 3a2f13b commit 0743852

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/Export/Scripts/mods.lua

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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 = {}

0 commit comments

Comments
 (0)