WoWInterface SVN NightWatch

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 27 to Rev 25
    Reverse comparison

Rev 27 → Rev 25

changelog.txt File deleted \ No newline at end of file
NightWatch.lua
560,13 → 560,13
end
 
-------------------------------------------------------------------------------
-- 0 1 2 3 4 5 6 7 8 9 10 11 12 13
-- _, timestamp, event, hideCaster, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, missType, ...)
-- 0 1 2 3 4 5 6 7 8 9 10 11 12
-- _,timestamp, event, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, missType, ...)
--
local flag, source, target, spell
local msg, whisperTarget
function addon:combatLogEvent(_, _, flag, _, _, source, _, _, target, _, _, spell, ...)
-- 0 1 2 3 4 5 6 7 8 9 10 11
function addon:combatLogEvent(_, _, flag, _, source, _, _, target, _, _, spell, ...)
-- 0 1 2 3 4 5 6 7 8 9 10
 
if not db.spells[spell] then return end -- Spell not in database, quit
 
NightWatch.toc
1,11 → 1,11
## Interface: 40100
## X-Compatible-With: 40100
## X-Max-Interface: 40100
## Interface: 40000
## X-Compatible-With: 40000
## X-Max-Interface: 40000
## X-Min-Interface: 30300
## Title: NightWatch
## Notes: Sends chat alerts for selected spells. "/nw" for config.
## Author: Nightyniight @ Frostmourne - US
## Version: 1.3
## Version: 1.2
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: NightWatchDB