View Single Post
08-30-14, 10:49 AM   #5
icyblade
A Deviate Faerie Dragon
 
icyblade's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 13
Originally Posted by semlar View Post
Just do HasTarget = UnitExists('target') and then it will work in both versions.

You really shouldn't do an explicit comparison to 1 or true unless it can return something that doesn't evaluate to a boolean.
yep, its just for comparison