WoWInterface SVN Blessed

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

Blessed/Blessed.lua
44,7 → 44,7
[84963] = 12, -- Inquisition
[82327] = 10, -- Holy Radiance
-- [88819] = 12, -- Daybreak
[85433] = 15, -- Sacred Duty
[85433] = 10, -- Sacred Duty
[94686] = 15, -- Crusader
[54149] = 15, -- Infusion of Light
}
183,7 → 183,7
Blessed.ACTIVE_TALENT_GROUP_CHANGED = Blessed.UpdateDurations
 
-- Handle stuff, plx
function Blessed:COMBAT_LOG_EVENT_UNFILTERED(timestamp, combatEvent, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellID, ...)
function Blessed:COMBAT_LOG_EVENT_UNFILTERED(timestamp, combatEvent, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellID, ...)
if sourceGUID ~= pguid or not spells[spellID] then return end
 
if (combatEvent == "SPELL_AURA_REMOVED") then
Blessed/Blessed.toc
1,8 → 1,8
## Interface: 40000
## Interface: 40100
## Title: Blessed
## Notes: Track Paladin stuff
## Author: Ailae of Emeriss-EU
## Version: 40000.wowi:revision
## Version: 40100.1
## SavedVariables: BlessedDB
 
Blessed.lua
\ No newline at end of file