View Single Post
12-13-10, 09:18 PM   #31
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Originally Posted by feek View Post
Nx.prt("SpellCastSent: %s^%s^%s",arg2,arg3,arg4)

on line 8604 (Using Windows7 Notepad)

to comment it out, make it

-- Nx.prt("SpellCastSent: %s^%s^%s",arg2,arg3,arg4)


Edit: If line 8604 is different for you, just do a search/find for SpellCastSent:
In mine it's line 7826, so definitely do a search for it.