Skip to content

Commit

Permalink
Revert "feat: add support for GladiusEx frames" (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow authored Oct 27, 2024
1 parent cf19253 commit dbea199
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dbea199

Please sign in to comment.