Skip to content
This repository was archived by the owner on Jun 1, 2019. It is now read-only.

Commit 5ecdb4d

Browse files
committed
fix typos
1 parent 14cda77 commit 5ecdb4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FocusFrame.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,11 @@ do
335335
FocusFrameDebuff11:SetPoint("LEFT", "FocusFrameDebuff10", "RIGHT", 3, 0)
336336

337337
-- Set anchor for the last row if debuffWrap is 5
338-
TargetFrameDebuff11:ClearAllPoints()
338+
FocusFrameDebuff11:ClearAllPoints()
339339
if debuffWrap == 5 then
340-
TargetFrameDebuff11:SetPoint("TOPLEFT", "TargetFrameDebuff6", "BOTTOMLEFT", 0, -2)
340+
FocusFrameDebuff11:SetPoint("TOPLEFT", "FocusFrameDebuff6", "BOTTOMLEFT", 0, -2)
341341
else
342-
TargetFrameDebuff11:SetPoint("LEFT", "TargetFrameDebuff10", "RIGHT", 3, 0)
342+
FocusFrameDebuff11:SetPoint("LEFT", "FocusFrameDebuff10", "RIGHT", 3, 0)
343343
end
344344

345345
-- Move castbar based on amount of auras shown

0 commit comments

Comments
 (0)