View Single Post
06-28-11, 07:59 PM   #8
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Originally Posted by CyberZombie View Post
It helps to look at the whole function. Simple fixes:

Line 9679: Set i=12 (was i=10)
Line 9681: Set select(12,...) (was select(10,...))
Line 9682: Set i=15 (was i=13)

Editing my original post with this information.
This may sound like an odd question, but....

Do I add the "Set" in front of the line? The rest of the line is there, but there is no "Set" in it. Sorry, I really don't understand Lua.

Perhaps if it doesn't belong in the changed lines, it would be better to phrase it: "Change line 9675 from i=10 to i=12 ." Or something along those lines.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!

Last edited by jeffy162 : 06-28-11 at 08:03 PM.