WoWInterface SVN NightWatch

Compare Revisions

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

Rev 20 → Rev 21

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