From 36f90aec63b0fa637fb0b32567c50afdf65b718c Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Fri, 29 Jul 2011 07:22:36 -0500 Subject: [PATCH] Modified the Target line to act as an example for LibDogTags support. --- Modules/UnitTooltip/UnitTooltip.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua index b6c5d8f..1bd46c8 100644 --- a/Modules/UnitTooltip/UnitTooltip.lua +++ b/Modules/UnitTooltip/UnitTooltip.lua @@ -113,6 +113,7 @@ return texture .. Colorize((Name(unit, true) or Name(unit)) .. afk , r, g, b) -- inside your dog tag. Do that by repeating the '\' character. -- Example: return "\\ FOO \\" -- Would print "\ FOO \" + if not UnitExists(unit) then return L["None"] end local dt = '\ -- 1.7.9.5