View Single Post
  #2  
Old 06-13-2015, 02:14 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Just doing a search on the source.. I saw InterruptSpell as a lua function

this might work :p

Code:
function event_cast_begin(e)
    e.self:InterruptSpell();
end
Reply With Quote