Skip to content

Commit

Permalink
Merge pull request #252 from ManuelHaag/patch-1
Browse files Browse the repository at this point in the history
feat: add support for GladiusEx frames
  • Loading branch information
jordonwow authored Mar 15, 2021
2 parents 7aaefcc + b4cb39c commit 35d31be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,26 @@ 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 35d31be

Please sign in to comment.