Returns the description of a spell
See also Spell functions.
Signature:
desc = GetSpellDescription(spellId)
Arguments:
spellId- The spell id to query (number)
Returns:
desc- The description of the spell (string)
Examples:
-- SpellID 774 - Rejuvination - Druid print(GetSpellDescription(774)) -- Returns: "Heals the target for $m1 every $t1 for $d."