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:
commit
22759746a2
8 changed files with 707 additions and 0 deletions
10
Localization/enUS.lua
Normal file
10
Localization/enUS.lua
Normal file
|
|
@ -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"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue