Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the description of a specific trainer service.

serviceDescription = GetTrainerServiceDescription(index)

Arguments[]

index
number - The index of the specific trainer service.

Returns[]

serviceDescription
string - The description of a specific trainer service. Not readily available on function call, see SpellMixin:ContinueOnSpellLoad.

Example[]

Prints the description of the trainer service with index 3, in the chatwindow

print(GetTrainerServiceDescription(3))
> "Permanently enchant a weapon to often deal 20 Nature damage to an enemy damaged by your spells or struck by your melee attacks. Cannot be applied to items higher than level 136."
Advertisement