View Single Post
08-16-15, 02:38 AM   #17
Mazzop
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 74
ok ok, select is big nono, i get it
dont wanna hijack topic, but not even here

instead of sexy and nice
Lua Code:
  1. for j = 1, numbonuses do
  2.   bonus[j] = select(14 + j, strsplit(":", itemstring))
  3. end

would be better hideous abomination with numerous if depends of numbonuses and 14+ _ ?
  Reply With Quote