Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the spell description.

desc = GetSpellDescription(spellID)

Arguments

spellID
number - Not readily available on function call, see SpellMixin:ContinueOnSpellLoad.

Returns

desc
string

Example

GetSpellDescription(11366)
> "Hurls an immense fiery boulder that causes 141 Fire damage."

Patch changes

Cataclysm Patch 4.0.1 (2010-10-12): Added.

Advertisement