View Single Post
12-30-18, 05:58 PM   #1
GreyFox777
A Cliff Giant
Join Date: Jan 2017
Posts: 75
Show battle pet level

Hi there,

im trying to create an tag for battle pet level showing, but without any success...

Can some one show me right code for this?

my code for normal units seems like

Code:
tags[myaddon:levelclassification'] = function(unit)
		local l = UnitLevel(unit)

  return l


end
  Reply With Quote