# HG changeset patch # User James D. Callahan III # Date 1355180804 21600 # Node ID d401bf9aa80cc1d4b15f30a566173f4738e3da20 # Parent 6cac044fd0f99334cad3dcfbc58b295914e179ea Do not set current_action.identifier on target-change; it should already be set for the current_action, and setting it to something different will only skew data. diff -r 6cac044fd0f9 -r d401bf9aa80c Main.lua --- a/Main.lua Mon Dec 10 16:20:06 2012 -0600 +++ b/Main.lua Mon Dec 10 17:06:44 2012 -0600 @@ -926,7 +926,6 @@ end end name_to_id_map[_G.UnitName("target")] = unit_idnum - current_action.identifier = unit_idnum return npc, unit_idnum end end -- do-block