Skip to content

Commit

Permalink
TOC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Mar 22, 2023
1 parent efa845f commit bb1c0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage
local PlaySound = _G.PlaySound
local ElvUI = _G.ElvUI

RE.Version = 3305
RE.Version = 3306
RE.LastSquash = 1602662400
RE.FoundNewVersion = false

Expand Down Expand Up @@ -259,7 +259,6 @@ function RE:OnEvent(_, event, ...)
RE.Tooltip = QTIP:Acquire("REFlexTooltipLDB", 2, "LEFT", "LEFT")
RE.Tooltip:SmartAnchorTo(self)
if ElvUI then
--RE.Tooltip:SetTemplate("Transparent", nil, true)
local red, green, blue = unpack(ElvUI[1].media.backdropfadecolor)
RE.Tooltip:SetBackdropColor(red, green, blue, ElvUI[1].Tooltip and ElvUI[1].Tooltip.db.colorAlpha or 1)
end
Expand Down Expand Up @@ -561,7 +560,6 @@ function RE:OnEnterTooltip(cellFrame, databaseID)
RE.TooltipRGB1:SetClampedToScreen(true)
RE.TooltipRGB1:SetPoint("RIGHT", RE.Tooltip, "LEFT", -5, 0)
if ElvUI then
--RE.TooltipRGB1:SetTemplate("Transparent", nil, true)
local red, green, blue = unpack(ElvUI[1].media.backdropfadecolor)
RE.TooltipRGB1:SetBackdropColor(red, green, blue, ElvUI[1].Tooltip and ElvUI[1].Tooltip.db.colorAlpha or 1)
end
Expand All @@ -588,15 +586,13 @@ function RE:OnEnterTooltip(cellFrame, databaseID)
RE.TooltipRGB2:SetClampedToScreen(true)
RE.TooltipRGB2:SetPoint("LEFT", RE.Tooltip, "RIGHT", 5, 0)
if ElvUI then
--RE.TooltipRGB2:SetTemplate("Transparent", nil, true)
local red, green, blue = unpack(ElvUI[1].media.backdropfadecolor)
RE.TooltipRGB2:SetBackdropColor(red, green, blue, ElvUI[1].Tooltip and ElvUI[1].Tooltip.db.colorAlpha or 1)
end
RE.TooltipRGB2:Show()
end
end
if ElvUI then
--RE.Tooltip:SetTemplate("Transparent", nil, true)
local red, green, blue = unpack(ElvUI[1].media.backdropfadecolor)
RE.Tooltip:SetBackdropColor(red, green, blue, ElvUI[1].Tooltip and ElvUI[1].Tooltip.db.colorAlpha or 1)
end
Expand Down Expand Up @@ -888,10 +884,6 @@ function RE:UpdateLDB()

RE.LDBA = "|cFF00FF00"..RE.LDBData.Won.."|r|cFF9D9D9D-|r|cFFFF141C"..RE.LDBData.Lost.."|r |cFF9D9D9D|||r |cFFCC9900"..AbbreviateNumbers(RE.LDBData.Honor).."|r |cFF9D9D9D|||r "..AbbreviateNumbers(RE.LDBData.HK)
RE.LDBB = RE:RatingChangeClean(RE.RatingChange[7], false).." |cFF9D9D9D|||r "..RE:RatingChangeClean(RE.RatingChange[1], false).." |cFF9D9D9D|||r "..RE:RatingChangeClean(RE.RatingChange[2], false).." |cFF9D9D9D|||r "..RE:RatingChangeClean(RE.RatingChange[4], false)
if ElvUI then
RE.LDBA = "|TInterface\\PvPRankBadges\\PvPRank09:0|t "..RE.LDBA
RE.LDBB = "|TInterface\\PvPRankBadges\\PvPRank09:0|t "..RE.LDBB
end

RE.LDB.text = RE["LDB"..RE.Settings.LDBSide]
end
Expand Down
4 changes: 2 additions & 2 deletions REFlex.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100005
## Interface: 100007
## Title: |cFF74D06CRE|rFlex
## Notes: Collect statistics of played arena matches and battlegrounds.
## Version: 3.3.5
## Version: 3.3.6
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## X-WoWI-ID: 19190
Expand Down

0 comments on commit bb1c0b4

Please sign in to comment.