Thread: Raid problem
View Single Post
11-20-10, 04:32 PM   #15
Tobbe8716
An Aku'mai Servant
 
Tobbe8716's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 36
Originally Posted by Dawn View Post
What kind of tag is that? The "veryshortname" tag from Nivea?
A very short name. Needed a shorter name for tot , pet and ft. Btw where did you see that?

Code:
oUF.Tags["veryshortname"] = function(unit)
		local name = UnitName(unit)
		return utf8sub(name, 3, false)
	end
oUF.TagEvents["veryshortname"] = "UNIT_NAME_UPDATE"
__________________
Arp UI oUF_Arp
  Reply With Quote