View Single Post
04-26-16, 10:28 AM   #17
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Resike View Post
3 global calls just to get an info from the guid, and the strsplit is basically a for cycle which goes through the whole string:

Lua Code:
  1. tonumber((select(5, strsplit("-", GUID))))
You don't need to (and shouldn't) use select.