WoWInterface SVN zz_BuffInfo

Compare Revisions

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

Rev 11 → Rev 12

zz_BuffInfo/core.lua
11,6 → 11,7
-- 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
19,6 → 20,8
[124273] = {GetSpellInfo(124273)}, -- schwere staffelung
-- warrior
[112048] = {GetSpellInfo(112048)}, -- schildbarriere
[2565] = {GetSpellInfo(2565)}, -- schildblock
 
-- enchants
[116631] = {GetSpellInfo(116631)}, -- colossus
}