comparison Main.lua @ 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 11f242b0b170
comparison
equal deleted inserted replaced
146:d49e46c45dcc 147:ca490b4a98e8
1853 return 1853 return
1854 end 1854 end
1855 1855
1856 if private.tracked_line == spell_line then 1856 if private.tracked_line == spell_line then
1857 private.tracked_line = nil 1857 private.tracked_line = nil
1858 table.wipe(current_action) 1858 end
1859 end 1859 table.wipe(current_action)
1860 end 1860 end
1861 1861
1862 1862
1863 do 1863 do
1864 local function SetUnitField(field, required_type) 1864 local function SetUnitField(field, required_type)