WoWInterface SVN NightWatch

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 19 to Rev 18
    Reverse comparison

Rev 19 → Rev 18

NightWatch.lua
584,8 → 584,8
flag = db.flagMap[flag]
end
 
if resSpells[spell] and not target then -- Partial fix for res spell target not showing in combatlog. gg bliz.
target = UnitName(source .. "-target") or nil
if resSpells[spell] and not target then -- Fix for res spells' target not showing in combatlog. gg bliz.
target = UnitName(source .. "target")
end
 
if target then