Plugin Updates

This commit is contained in:
Tercio Jose
2023-12-28 19:36:31 -03:00
parent d789c8ded9
commit a094f43645
5 changed files with 41 additions and 31 deletions
@@ -674,8 +674,9 @@ local CreatePluginFrames = function()
local mythicPlusProfile = rioProfile.mythicKeystoneProfile
local previousScore = mythicPlusProfile.previousScore or 0
local currentScore = mythicPlusProfile.currentScore or 0
mythicPlusScore = previousScore and previousScore > currentScore and previousScore or currentScore
mythicPlusScore = mythicPlusScore or currentScore
--mythicPlusScore = previousScore and previousScore > currentScore and previousScore or currentScore
--mythicPlusScore = mythicPlusScore or currentScore
mythicPlusScore = currentScore
end
end