Don't report overkill
This commit is contained in:
@@ -26,11 +26,10 @@ function data.DeathReporter.Init()
|
||||
zone = string.format("%s (%s)", GetZoneText(), GetSubZoneText())
|
||||
end
|
||||
|
||||
local text = string.format("%s killed %s with %s (%d) in %s",
|
||||
local text = string.format("%s killed %s with %s in %s",
|
||||
tostring(source),
|
||||
tostring(destination),
|
||||
tostring(spellName),
|
||||
tostring(overkill),
|
||||
tostring(zone))
|
||||
|
||||
---@type Message
|
||||
@@ -51,7 +50,9 @@ function data.DeathReporter.Init()
|
||||
table.insert(data.messenger.queue, msg)
|
||||
end
|
||||
end
|
||||
notifyTimers[destination] = nil
|
||||
end)
|
||||
notifyTimers[destination] = timer
|
||||
end
|
||||
|
||||
local cleuFrame = CreateFrame("Frame")
|
||||
|
||||
Reference in New Issue
Block a user