Mercurial > wow > wowdb-profiler
changeset 286:172cd0fe9eec
Debug telling who the killer is.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Wed, 15 May 2013 19:31:29 -0500 |
parents | cd980c7bc4de |
children | f339235382c1 |
files | Main.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Main.lua Wed May 15 18:52:06 2013 -0500 +++ b/Main.lua Wed May 15 19:31:29 2013 -0500 @@ -1300,6 +1300,7 @@ ClearKilledBossID() return end + Debug("%s: %s was killed by %s.", sub_event, dest_name or _G.UNKNOWN, killer_name) if private.RAID_FINDER_BOSS_IDS[unit_idnum] then Debug("%s: Matching boss %s.", sub_event, dest_name)