WoWInterface SVN zz_BuffInfo

Compare Revisions

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

Rev 12 → Rev 11

zz_BuffInfo/core.lua
11,7 → 11,6
-- name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(spellId or spellName)
local auras = {
-- tank
[158298] = {GetSpellInfo(158298)}, -- Entschlossenheit
[76691] = {GetSpellInfo(76691)}, -- rache
-- monk
[115295] = {GetSpellInfo(115295)}, -- schutz
20,8 → 19,6
[124273] = {GetSpellInfo(124273)}, -- schwere staffelung
-- warrior
[112048] = {GetSpellInfo(112048)}, -- schildbarriere
[2565] = {GetSpellInfo(2565)}, -- schildblock
 
-- enchants
[116631] = {GetSpellInfo(116631)}, -- colossus
}