View Single Post
01-09-14, 10:15 PM   #34
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 34
I found some bugs, too. Like for example it does not detect it as a concat when you don't have a space between the dots and the string.

Code:
frame:RegisterUnitEvent("UNIT_PET", unit.."pet")
  Reply With Quote