Initial commit of Omen3.
This has no config, no syncing, no parsing of combat log, and just uses pure Blizzard threat API and threat values.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
|
||||
local L = AceLocale:NewLocale("Omen", "enUS", true)
|
||||
if not L then return end
|
||||
|
||||
L["Unknown"] = true
|
||||
|
||||
BINDING_HEADER_OMEN = "Omen"
|
||||
BINDING_NAME_OMENTOGGLE = "Toggle Omen"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user