View Single Post
09-20-10, 07:15 AM   #5
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Hmmm, quick google search brought this up:
New in Cataclysm:
Code:
local spellAuraDesc = GetSpellAuraDescription(spellId)
which was swiftly followed by this:
Originally Posted by Adirelle
Wait, what ? Is that a way to get information without tooltip scanning ?
Indeed. Sadly, the last beta removed the single use of this function in the default UI, so this new API might never make it to release, but it allows to get the description text of the Aura related to a given spell. It was used in the Talent UI to get the different Mastery descriptions.

So close to something useful, will have to check if it does still exist.