View Single Post
04/01/15, 02:36 PM   #7
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Originally Posted by awesomebilly View Post
I'm headed home for lunch to try this. Oh my god if it works. TYVM.
I seen the global newthing = {} and changed that to local earlier, I can't believe I have a global 'i' that is so lame.

I'll report back after I update it.


TYVM again!
I updated

Lua Code:
  1. local i = select
  2.         while (a[i] == (number - select + i)) do
  3.             i = i - 1
  4.         end

but still able to reproduce, I'll keep looking later tonight... ill refactor this area.
  Reply With Quote