WoWInterface SVN Broadcaster

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/WotLK/Modules
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

Mage.lua
4,6 → 4,9
end
 
--DEFINE MY LOCALS--
local Broadcaster = LibStub("AceAddon-3.0"):GetAddon("Broadcaster")
local Mage = Broadcaster:NewModule("Mage", "AceEvent-3.0", "AceConsole-3.0")
-------------------
local L = LibStub("AceLocale-3.0"):GetLocale("Broadcaster")
 
local player = UnitName("player")
16,6 → 19,25
[28272] = true --rank 1 pig
}
 
 
local options = {
mage = {
name = "Mage",
type = "group",
args = {
config = {
name = L["Config"],
desc = L["Opens the options window."],
type = "execute",
func = function()
LibStub("AceConfigDialog-3.0"):Open("Broadcaster")
end,
guiHidden = true,
},
},
},
}
 
--------------------------------------
--VOODOO MAGIC STUFF--
--------------------------------------