View Single Post
04-04-09, 07:24 AM   #965
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Originally Posted by Ravenwing View Post
I am looking for some help with ouf_mastiff.

I am getting the following errors in pvp and with a hunter pet summoned.

interface\addons\ouf_mastiff\ouf_mastiff.lua:94 attempt to perform arithmetic on local 'min' (a nil value)


I do not know all that much about lua editing so I am not all that confident about fixing the problem myself and would appreciate any help.

Sorry if this is the wrong place to post this but I could not find anywhere else to post.
Seems to be an error in the health function for pets. Try to out-comment line 94 (put -- in front of it) and see if the error message still shows up. If it doesn't you can copy and paste a line from player (or something else that works), in there.

Notepad++ is a free editor that shows line numbers.