changeset 206:d401bf9aa80c

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.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 10 Dec 2012 17:06:44 -0600
parents 6cac044fd0f9
children b51fc4675550
files Main.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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