Skip to content

Commit

Permalink
TBC
Browse files Browse the repository at this point in the history
- TBC support
  • Loading branch information
Aviana committed May 23, 2021
1 parent 307bbd5 commit 2618a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions YaHT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ YaHT = select(2, ...)
local L = YaHT.L
local ACR = LibStub("AceConfigRegistry-3.0", true)
local SML = LibStub:GetLibrary("LibSharedMedia-3.0")
YaHT.version = 2130
YaHT.version = 2140

local SWING_TIME = 0.65
local AimedDelay = 1
Expand Down Expand Up @@ -240,7 +240,7 @@ function YaHT:Load()

self.mainFrame.texture = self.mainFrame:CreateTexture("YaHTMainFrameBar", "ARTWORK")

self.mainFrame.border = CreateFrame("Frame", "YaHTMainFrameBorder", self.mainFrame)
self.mainFrame.border = CreateFrame("Frame", "YaHTMainFrameBorder", self.mainFrame, BackdropTemplateMixin and "BackdropTemplate")
self.mainFrame.border:SetPoint("CENTER", self.mainFrame, "CENTER")

self:ApplySettings()
Expand Down
2 changes: 1 addition & 1 deletion YaHT.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 11302
## Interface: 20501
## Title: YaHT
## Notes: Yet another Hunter Timer.
## Author: Avi
Expand Down

0 comments on commit 2618a8b

Please sign in to comment.