Skip to content

Commit

Permalink
Fix elvui automatic anchor - off by 1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw0102 authored Sep 11, 2020
1 parent 8ede3b0 commit 8dd5615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@ local anchors = {
pet = "ElvUF_Pet",
target = "ElvUF_Target",
focus = "ElvUF_Focus",
party1 = "ElvUF_PartyGroup1UnitButton1",
party2 = "ElvUF_PartyGroup1UnitButton2",
party3 = "ElvUF_PartyGroup1UnitButton3",
party4 = "ElvUF_PartyGroup1UnitButton4",
party1 = "ElvUF_PartyGroup1UnitButton2",
party2 = "ElvUF_PartyGroup1UnitButton3",
party3 = "ElvUF_PartyGroup1UnitButton4",
party4 = "ElvUF_PartyGroup1UnitButton5",
},
},
["bUnitFrames"] = {
Expand Down

0 comments on commit 8dd5615

Please sign in to comment.