Skip to content

Commit 0c016ec

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Heroic Tragedy trade search using wrong Keystone for Uhtred / Medved (#9586)
I accidently put the wrong keystone name onto the wrong conqueror Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 363c9da commit 0c016ec

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Classes/TimelessJewelListControl.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Timeless Jewel
9999
League: Legion
100100
Limited to: 1 Historic
101101
Variant: Vorana (Black Scythe Training)
102-
Variant: Uhtred (The Unbreaking Circle)
103-
Variant: Medved (Celestial Mathematics)
102+
Variant: Uhtred (Celestial Mathematics)
103+
Variant: Medved (The Unbreaking Circle)
104104
Selected Variant: ]] .. variant .. "\n" .. [[
105105
Radius: Large
106106
Implicits: 0

src/Classes/TreeTab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,8 +1217,8 @@ function TreeTabClass:FindTimelessJewel()
12171217
[6] = {
12181218
{ label = "Any", id = 1 },
12191219
{ label = "Vorana (Black Scythe Training)", id = 2 },
1220-
{ label = "Uhtred (The Unbreaking Circle)", id = 3 },
1221-
{ label = "Medved (Celestial Mathematics)", id = 4 }
1220+
{ label = "Uhtred (Celestial Mathematics)", id = 3 },
1221+
{ label = "Medved (The Unbreaking Circle)", id = 4 }
12221222
}
12231223
}
12241224
-- rebuild `timelessData.conquerorType` as we only store the minimum amount of `conquerorType` data in build XML

src/Data/Uniques/jewel.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,8 +1881,8 @@ League: Legion
18811881
Source: Drops from Legion in Mirage
18821882
Limited to: 1 Historic
18831883
Variant: Vorana (Black Scythe Training)
1884-
Variant: Uhtred (The Unbreaking Circle)
1885-
Variant: Medved (Celestial Mathematics)
1884+
Variant: Uhtred (Celestial Mathematics)
1885+
Variant: Medved (The Unbreaking Circle)
18861886
Radius: Large
18871887
Implicits: 0
18881888
{variant:1}Remembrancing (100-8000) songworthy deeds by the line of Vorana

0 commit comments

Comments
 (0)