Quantcast

Get rid of timer info on deadly announce text.

Scott Sibley [08-09-10 - 00:23]
Get rid of timer info on deadly announce text.
Filename
Modules/DeadlyAnnounce.lua
diff --git a/Modules/DeadlyAnnounce.lua b/Modules/DeadlyAnnounce.lua
index 0e92f42..b2a985d 100644
--- a/Modules/DeadlyAnnounce.lua
+++ b/Modules/DeadlyAnnounce.lua
@@ -295,7 +295,7 @@ function mod:SetUnit()
 	for i = #history, 1, -1 do
 		local time = GetTime()
 		time = time - history[i].time
-		self:AddLine(time .. ": " .. history[i].text, nil, 1, 0, 0)
+		self:AddLine(history[i].text, nil, 1, 0, 0)
 	end

 	self.hideTimer = StarTip:ScheduleTimer(hideAll, .1)