View Single Post
04-26-16, 08:40 AM   #16
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
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))))