WoWInterface SVN NightWatch

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 21 to Rev 20
    Reverse comparison

Rev 21 → Rev 20

NightWatch.lua
55,9 → 55,9
 
function addon:defaultMsgFormat()
return {
chat = "<%C> %f %s%t",
chat = "<%C's> %f %s%t",
chatTarget = " on <<%t>>",
whisper = "<%C> %f %s%t",
whisper = "<%C's> %f %s%t",
whisperTarget = " on YOU",
}
end