Skip to content

Commit f06527f

Browse files
committed
Fix corrupted mods being fractured mods in trade mod generation
1 parent 103611b commit f06527f

2 files changed

Lines changed: 732 additions & 295 deletions

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
local tradeStatCategoryIndices = {
8484
["Explicit"] = 2,
8585
["Implicit"] = 3,
86-
["Corrupted"] = 4,
86+
["Corrupted"] = 5,
8787
["AllocatesXEnchant"] = 5,
8888
["Rune"] = 6,
8989
}

0 commit comments

Comments
 (0)