View Single Post
08-02-12, 10:31 PM   #29
Jeslis
A Deviate Faerie Dragon
Join Date: Apr 2011
Posts: 19
Alrighty! deleteing the CORRECT line #27 worked

Question....

so.. while being an idiot, I deleted something else involving *claw*.. This should be alright as claw no longer exists?

(example:
function Watcher:Shred()
local def = Watcher.defaults.char.spell
local name = "Shred"
def.spellname[C[name]] = C[name]
def.name[C[name]] = C[name]
def.icon[C[name]] = C[name.." Icon"]
def.stockspell[C[name]] = true
end
^ This is the one for shred, I deleted the one for claw in druid.lua. This shouldn't cause any problems? or should I get a fresh druid.lua?

Last edited by Jeslis : 08-02-12 at 10:38 PM.