Skip to content

Commit

Permalink
Timers & Options Error
Browse files Browse the repository at this point in the history
-  Fix aura timers not showing up
- Fix A nil error in raid options
  • Loading branch information
Aviana committed Oct 9, 2021
1 parent 2d2d224 commit fe4ab02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions libs/oUF_Plugins/oUF_SimpleAuras/oUF_SimpleAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ local _, ns = ...
local oUF = ns.oUF

local LCD = LibStub("LibClassicDurations", true)
LCD:Register("LunaUnitFrames")
local weaponWatchTimer
local mainHandEnd, mainHandDuration, mainHandCharges, offHandEnd, offHandDuration, offHandCharges

Expand Down
2 changes: 0 additions & 2 deletions modules/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,6 @@ function LUF:LoadDefaults()
[6] = true,
[7] = true,
[8] = true,
[9] = true,
},
positions = {
[1] = {point = "TOPLEFT", anchorTo = "UIParent", relativePoint = "TOPLEFT", x = 10, y = -380},
Expand All @@ -1874,7 +1873,6 @@ function LUF:LoadDefaults()
[6] = {point = "TOPRIGHT", anchorTo = "LUFHeaderraid5", relativePoint = "TOPRIGHT", x = 64, y = 0},
[7] = {point = "TOPRIGHT", anchorTo = "LUFHeaderraid6", relativePoint = "TOPRIGHT", x = 64, y = 0},
[8] = {point = "TOPRIGHT", anchorTo = "LUFHeaderraid7", relativePoint = "TOPRIGHT", x = 64, y = 0},
[9] = {point = "TOPRIGHT", anchorTo = "LUFHeaderraid8", relativePoint = "TOPRIGHT", x = 64, y = 0},
},
},
raidpet = {
Expand Down

0 comments on commit fe4ab02

Please sign in to comment.