# HG changeset patch # User James D. Callahan III # Date 1362879562 21600 # Node ID 750195edac784af29264c87e2762030452a1ee79 # Parent 319d5f3ff03752376463952cbd5700d5dbefb0d4 Fixed error in UNIT_DIED processing. diff -r 319d5f3ff037 -r 750195edac78 Main.lua --- a/Main.lua Fri Mar 08 09:05:07 2013 -0600 +++ b/Main.lua Sat Mar 09 19:39:22 2013 -0600 @@ -1228,7 +1228,7 @@ local unit_type, unit_idnum = ParseGUID(dest_guid) if not unit_idnum or not UnitTypeIsNPC(unit_type) then - Debug(("%s: %s is not an NPC, or has no ID."):format(sub_event, dest_name)) + Debug(("%s: %s is not an NPC, or has no ID."):format(sub_event, dest_name or _G.UNKNOWN)) ClearKilledNPC() ClearKilledBossID() private.harvesting = nil