changeset 147:ca490b4a98e8 1.0.14

Wipe the current_action regardless of anything in HandleSpellFailure.
author James D. Callahan III <jcallahan@curse.com>
date Tue, 02 Oct 2012 15:37:16 -0500
parents d49e46c45dcc
children 35fa3d789a2b
files Main.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Tue Oct 02 14:15:59 2012 -0500
+++ b/Main.lua	Tue Oct 02 15:37:16 2012 -0500
@@ -1855,8 +1855,8 @@
 
     if private.tracked_line == spell_line then
         private.tracked_line = nil
-        table.wipe(current_action)
     end
+    table.wipe(current_action)
 end