WoWInterface SVN Blessed

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

trunk/Blessed/Blessed.lua
16,10 → 16,9
[1038] = 10, -- Hand of Salvation
[31842] = 20, -- Divine Favor
[54428] = 9, -- Divine Plea
[20925] = 10, -- Holy Shield
[31821] = 6, -- Devotion Aura
[84963] = 12, -- Inquisition
[88819] = 12, -- Daybreak
[84963] = 10, -- Inquisition
[88819] = 6, -- Daybreak
[94686] = 8, -- Supplication
[54149] = 15, -- Infusion of Light
[31884] = 20, -- Avenging Wrath
29,6 → 28,7
[114039] = 6, -- Hand of Purity
[105809] = 18, -- Holy Avenger
[114250] = 15, -- Selfless Healer
[114163] = 30, -- Eternal Flame (yes, haste affects it...)
}
 
-- defaults
46,7 → 46,6
[53563] = true, -- Beacon of Light
[31842] = true, -- Divine Favor
[54428] = true, -- Divine Plea
[20925] = true, -- Holy Shield
[31821] = true, -- Devotion Aura
[84963] = true, -- Inquisition
[88819] = true, -- Daybreak
59,6 → 58,7
[114039] = true, -- Hand of Purity
[105809] = true, -- Holy Avenger
[114250] = true, -- Selfless Healer
[114163] = true, -- Eternal Flame
},
}
 
215,6 → 215,14
if select(5, GetTalentInfo(14)) then
durations[31884] = 30
end
 
-- Glyph of Inquisition
for i=1, NUM_GLYPH_SLOTS do
local glyph = select(4, GetGlyphSocketInfo(i))
if glyph == 63225 then
durations[84963] = 20
end
end
 
-- Divine Plea glyph (not really needed, there's no applied event anymore)
-- for i=1, NUM_GLYPH_SLOTS do