DeclineSpellConfirmationPrompt

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4 / 1.13.2

Declines a spell confirmation prompt (e.g. bonus loot roll).

DeclineSpellConfirmationPrompt(spellID)

Arguments

spellID
number - spell ID of the prompt to decline.

Details

  • SPELL_CONFIRMATION_PROMPT fires when a spell confirmation prompt might be presented to the player; it provides the spellID and information about the type, text, and duration of the confirmation prompt.
  • Calling this function declines the spell prompt: the player does not perform the prompted action.

Patch changes

Dragonflight Patch 10.0.7 (2023-03-21): Protected.
Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also