From dbea199a1a34a4279e3d7a9424fb4d482f2fc854 Mon Sep 17 00:00:00 2001 From: jordonwow <29447509+jordonwow@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:46:34 -0700 Subject: [PATCH] Revert "feat: add support for GladiusEx frames" (#805) --- BigDebuffs.lua | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/BigDebuffs.lua b/BigDebuffs.lua index a317167..24f177a 100644 --- a/BigDebuffs.lua +++ b/BigDebuffs.lua @@ -653,26 +653,6 @@ local nameplatesAnchors = { } local anchors = { - ["GladiusExParty"] = { - noPortait = true, - units = { - party1 = "GladiusExButtonFrameparty1", - party2 = "GladiusExButtonFrameparty2", - party3 = "GladiusExButtonFrameparty3", - party4 = "GladiusExButtonFrameparty4" - } - }, - ["GladiusExArena"] = { - noPortait = true, - alignLeft = true, - units = { - arena1 = "GladiusExButtonFramearena1", - arena2 = "GladiusExButtonFramearena2", - arena3 = "GladiusExButtonFramearena3", - arena4 = "GladiusExButtonFramearena4", - arena5 = "GladiusExButtonFramearena5", - } - }, ["ElvUI"] = { func = GetAnchor.ElvUIFrames, noPortait = true,