View Single Post
04-08-12, 04:35 PM   #9
Orko
An Aku'mai Servant
 
Orko's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 35
Also I changed this line....

local NewProfile = UseClassProfiles and ClassProfiles[class] or ProfileName

to this...

local NewProfile = UseClassProfiles and ClassProfiles[class] or TankName

and also for healer one...

local NewProfile = UseClassProfiles and ClassProfiles[class] or HealName

Not sure if that was needed but its still working with no errors.
__________________

Do not go where the path may lead, go instead where there is no path -- and leave a trail.”
  Reply With Quote