WoWInterface SVN zz_BuffInfo

Compare Revisions

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

Rev 12 → Rev 13

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,14 → 107,13
end
end
end
 
local function init()
options = addon['InitConfig'](addon, childName, true, {
local options = addon['InitConfig'](addon, childName, true, {
['name'] = childName,
['type'] = "launcher",
['icon'] = "Interface\\Icons\\spell_holy_powerwordshield",
})
db = addon['db']['profile'][childName]
local db = addon['db']['profile'][childName]
defbutton = CreateFrame("Frame", name.."DragBar")
defbutton['db'] = db
defbutton['dragAble'] = function() return true end
trunk/zz_BuffInfo/zz_BuffInfo.toc
1,4 → 1,4
## Interface: 60000
## Interface: 60200
## Title: BuffInfo
## Notes: Display additional buff informations
## Author: Rilgamon