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:
Xinhuan
2008-10-01 21:30:47 +08:00
commit 22759746a2
8 changed files with 707 additions and 0 deletions
+10
View 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"