WoWInterface SVN NightWatch

Compare Revisions

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

Rev 18 → Rev 19

NightWatch.lua
584,8 → 584,8
flag = db.flagMap[flag]
end
 
if resSpells[spell] and not target then -- Fix for res spells' target not showing in combatlog. gg bliz.
target = UnitName(source .. "target")
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
end
 
if target then