This commit is contained in:
Tercio Jose
2022-04-11 10:59:21 -03:00
parent 241200d6c0
commit 80612f2d6f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ to be implemented:
- make "player" unit information always be available even not in a group
- soulbind character (covenant choise) - probably not used in 10.0
- keystone info
- track interrupts
--]=]
+2 -2
View File
@@ -2255,8 +2255,8 @@ local icon_frame_on_enter = function (self)
if (rioProfile and rioProfile.mythicKeystoneProfile) then
rioProfile = rioProfile.mythicKeystoneProfile
local previousScore = rioProfile.previousScore
local currentScore = rioProfile.currentScore
local previousScore = rioProfile.previousScore or 0
local currentScore = rioProfile.currentScore or 0
if (previousScore > currentScore) then
GameCooltip:AddLine("M+ Score:", previousScore .. " (|cFFFFDD11" .. currentScore .. "|r)", 1, "white")