WoWInterface SVN zz_BuffInfo

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 13 to Rev 12
    Reverse comparison

Rev 13 → Rev 12

trunk/zz_BuffInfo/zz_BuffInfo.toc
1,4 → 1,4
## Interface: 60200
## Interface: 60000
## Title: BuffInfo
## Notes: Display additional buff informations
## Author: Rilgamon
trunk/zz_BuffInfo/core.lua
11,7 → 11,7
-- name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(spellId or spellName)
local auras = {
-- tank
-- [158298] = {GetSpellInfo(158298)}, -- Entschlossenheit
[158298] = {GetSpellInfo(158298)}, -- Entschlossenheit
[76691] = {GetSpellInfo(76691)}, -- rache
-- monk
[115295] = {GetSpellInfo(115295)}, -- schutz
107,13 → 107,14
end
end
end
 
local function init()
local options = addon['InitConfig'](addon, childName, true, {
options = addon['InitConfig'](addon, childName, true, {
['name'] = childName,
['type'] = "launcher",
['icon'] = "Interface\\Icons\\spell_holy_powerwordshield",
})
local db = addon['db']['profile'][childName]
db = addon['db']['profile'][childName]
defbutton = CreateFrame("Frame", name.."DragBar")
defbutton['db'] = db
defbutton['dragAble'] = function() return true end