Skip to content

Commit

Permalink
Update for Shadowlands
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Oct 13, 2020
1 parent b5a1796 commit a670ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AdvancedInterfaceOptions.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#@retail@
## Interface: 80300
## Interface: 90001
#@end-retail@
#@non-retail@
# ## Interface: 11304
# ## Interface: 11305
#@end-non-retail@
## Title: Advanced Interface Options
## Author: Stanzilla, Semlar
Expand Down
4 changes: 2 additions & 2 deletions tempfix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local LockdownBg = LockdownFrame:CreateTexture()
LockdownBg:SetAllPoints()
LockdownBg:SetColorTexture(0,0,0,0.6)

local LockdownText = LockdownFrame:CreateFontString(nil, 'ARTWORK', 'GameFontNormalHugeOutline2')
local LockdownText = LockdownFrame:CreateFontString(nil, 'ARTWORK', 'GameFontNormalHugeOutline')
LockdownText:SetTextColor(1, 0, 0)
LockdownText:SetPoint('CENTER')
LockdownText:SetText("CAN'T MODIFY CVARS IN COMBAT")
Expand Down Expand Up @@ -69,4 +69,4 @@ function E:PLAYER_REGEN_ENABLED()
if LockdownFrame:IsShown() then
LockdownFrame:Hide()
end
end
end

0 comments on commit a670ef3

Please sign in to comment.