Skip to content

Commit

Permalink
- API_VERSION to 110000.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 24, 2024
1 parent cd6a608 commit 19e1703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Masque.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local L = Core.Locale
local Masque = LibStub("AceAddon-3.0"):NewAddon(MASQUE)

-- API Version
local API_VERSION = 100209
local API_VERSION = 110000

-- Client Version
local WOW_VERSION = select(4, GetBuildInfo()) or 0
Expand Down Expand Up @@ -220,7 +220,7 @@ function Masque:OnInitialize()
},
SpellAlert = {
State = 1,
Style = false,
Style = 0,
},
},
}
Expand Down

0 comments on commit 19e1703

Please sign in to comment.