Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Data/TimelessJewelData/LegionTradeIds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return {
[10] = "explicit.stat_3808469650",
[11] = "explicit.stat_2830135449",
[12] = "explicit.stat_2042813020",
[13] = "explicit.stat_3293275880",
[13] = "explicit.stat_1355915086",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Keep the finder item and Trade filter aligned

Codex traced this entry through the Trade query builder: selector id 14 is still labelled Skill Cost, and TimelessJewelListControl still generates 1% reduced Mana Cost of Skills per 10 Devotion, but this line maps that same selection to explicit.stat_1355915086 (#% increased Mana Cost Efficiency per 10 Devotion). The focused headless probe confirms that both modifier forms parse into real mods, id 14 produces the legacy item, and slot 13 contains the current id; TreeTab.lua:2289-2292 then copies that slot unchanged into the Trade filter.

PR #10276 now covers this same objective with separate legacy/current options, matching generated item variants, and the exact current Trade id. #10219 is therefore functionally superseded on this point rather than requiring a separate correction here.

[14] = "explicit.stat_2585926696",
[15] = "explicit.stat_2803981661"
}
Expand Down
Loading