From acfb301a600d1a738901c6de66b9a84046009629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 14 Oct 2020 11:03:57 +0200 Subject: [PATCH] Removed ElvUI swag --- REFlex.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/REFlex.lua b/REFlex.lua index 7c2f39c..2e5fa93 100644 --- a/REFlex.lua +++ b/REFlex.lua @@ -157,12 +157,6 @@ RE.PlayerZone = GetCVar("portal") SLASH_REFLEX1 = "/reflex" -local function ElvUISwag(sender) - if sender == "Livarax-BurningLegion" then - return [[|TInterface\PvPRankBadges\PvPRank09:0|t ]] - end - return nil -end function RE:OnLoad(self) RE.SessionStart, RE.PlayerTimezone = RE:GetUTCTimestamp(true) @@ -431,9 +425,6 @@ function RE:OnEvent(_, event, ...) RE.DumpFrame = DUMP:New("REFlex - CSV") RE.IsSkinned = _G.AddOnSkins and _G.AddOnSkins[1]:CheckOption("REFlex") or false - if ElvUI then - ElvUI[1]:GetModule("Chat"):AddPluginIcons(ElvUISwag) - end if RE.Settings.LDBMode == 1 then RE:GetSessionHonor()