View Single Post
03-21-13, 10:43 AM   #39
Sharparam
A Flamescale Wyrmkin
 
Sharparam's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 102
That is extremely odd, using the data you provided in the previous post:

Code:
> print(("item:77272:0:0:0:0:0:0:0:11:0:0"):match("|H(.+):"))
nil
> print(("item:77272:0:0:0:0:0:0:0:11:0:0"):match("|H(.-):"))
nil
  Reply With Quote