View Single Post
04-10-10, 10:06 AM   #4
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Try this:
Code:
hooksecurefunc("CastSpellByName", function(...)
    -- bla bla bla
end)
And make sure to do the same for all other "CastByXXX" functions.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote