WoW:API GetRewardSpell

From AddOn Studio
Revision as of 06:06, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search

Returns the texture and the name of a spell if rewarded. There could be more return values, i didnt used more.

Example:

local sTexture, sName = GetRewardSpell();


Template:WoW API