File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,10 +328,10 @@ function LL:UpdateEnumerate(Enumerate)
328
328
local color = score and C_ChallengeMode_GetDungeonScoreRarityColor (score ) or { r = 1.0 , g = 1.0 , b = 1.0 }
329
329
scoreText = C .StringWithRGB (score , color )
330
330
331
- local bestRun = result .leaderDungeonScoreInfo and result .leaderDungeonScoreInfo .bestRunLevel
331
+ local bestRun = result .leaderDungeonScoreInfo and result .leaderDungeonScoreInfo [ 1 ] and result . leaderDungeonScoreInfo [ 1 ] .bestRunLevel
332
332
if bestRun then
333
- local template = result .leaderDungeonScoreInfo .finishedSuccess and " success" or " greyLight"
334
- bestText = C .StringByTemplate (" +" .. result . leaderDungeonScoreInfo . bestRunLevel , template )
333
+ local template = result .leaderDungeonScoreInfo [ 1 ] .finishedSuccess and " success" or " greyLight"
334
+ bestText = C .StringByTemplate (" +" .. bestRun , template )
335
335
end
336
336
337
337
self :UpdateAdditionalText (button , scoreText , bestText )
You can’t perform that action at this time.
0 commit comments