Skip to content

Commit bf323eb

Browse files
authored
Fix Heroic Tragedy variants not being correct in Timeless list (#9843)
* fix double space in heroic tragedy itemdata * Also fix variant for Elegant Hubris
1 parent 7e38600 commit bf323eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Classes/TimelessJewelListControl.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Limited to: 1 Historic
102102
Variant: Vorana (Black Scythe Training)
103103
Variant: Uhtred (Celestial Mathematics)
104104
Variant: Medved (The Unbreaking Circle)
105-
Selected Variant: ]] .. variant .. "\n" .. [[
105+
Selected Variant: ]] .. variant .. "\n" .. [[
106106
Radius: Large
107107
Implicits: 0
108108
{variant:1}Remembrancing ]] .. data.seed .. [[ songworthy deeds by the line of Vorana
@@ -231,7 +231,7 @@ Limited to: 1 Historic
231231
Variant: Cadiro (Supreme Decadence)
232232
Variant: Victario (Supreme Grandstanding)
233233
Variant: Caspiro (Supreme Ostentation)
234-
Selected Variant: ]] .. variant .. "\n" .. [[
234+
Selected Variant: ]] .. variant .. "\n" .. [[
235235
Radius: Large
236236
Implicits: 0
237237
{variant:1}Commissioned ]] .. data.seed .. [[ coins to commemorate Cadiro

0 commit comments

Comments
 (0)