Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

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