This commit is contained in:
Crum
2018-12-25 21:55:26 -06:00
parent a07d3d8e99
commit 41581771c1
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -49,5 +49,5 @@ function B:PositionCaptureBar()
E:Size(pvpHolder, 30, 70)
E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4)
E:CreateMover(pvpHolder, "PvPMover", HELPFRAME_HOME_ISSUE3_HEADER, nil, nil, nil, "ALL")
E:CreateMover(pvpHolder, "PvPMover", L["PvP"], nil, nil, nil, "ALL")
end