Skip to content

Commit

Permalink
Fix Runes for PTR
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Dec 7, 2022
1 parent 20c1aac commit 156b93c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LunaUnitFrames.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Luna Unit Frames 4.0 by Aviana

LUF = select(2, ...)
LUF.version = 4341
LUF.version = 4342

local L = LUF.L
local ACR = LibStub("AceConfigRegistry-3.0", true)
Expand Down
2 changes: 1 addition & 1 deletion LunaUnitFrames.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Luna Unit Frames
## Notes:
## Author: Aviana
## Version: 4341
## Version: 4342
## SavedVariables: LunaUFDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, Clique
## X-License: WTFPL (http://www.wtfpl.net/about/)
Expand Down
2 changes: 1 addition & 1 deletion libs/oUF_Plugins/oUF_Runes/oUF_Runes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ local function Enable(self, unit)

for i = 1, #element do
local rune = element[i]
if(rune:IsObjectType('StatusBar') and not (rune:GetStatusBarTexture() or rune:GetStatusBarAtlas())) then
if(rune:IsObjectType('StatusBar') and not (rune:GetStatusBarTexture())) then
rune:SetStatusBarTexture([[Interface\TargetingFrame\UI-StatusBar]])
end
end
Expand Down

0 comments on commit 156b93c

Please sign in to comment.