Spell.dbc/PreventionType: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 4: Line 4:
==Version - 3.3.5a+ (Master Branch 5/12/23) - PreventionType ({{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=10}})==
==Version - 3.3.5a+ (Master Branch 5/12/23) - PreventionType ({{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=10}})==
Information is compatible with the expansion range.
Information is compatible with the expansion range.
-enum SpellPreventionType-
    -enum SpellPreventionType-
     SPELL_PREVENTION_TYPE_NONE          = 0, // TITLE None
     SPELL_PREVENTION_TYPE_NONE          = 0, // TITLE None
     SPELL_PREVENTION_TYPE_SILENCE      = 1, // TITLE Silence
     SPELL_PREVENTION_TYPE_SILENCE      = 1, // TITLE Silence
     SPELL_PREVENTION_TYPE_PACIFY        = 2, // TITLE Pacify
     SPELL_PREVENTION_TYPE_PACIFY        = 2, // TITLE Pacify
     SPELL_PREVENTION_TYPE_NO_ACTIONS    = 4  // TITLE No actions
     SPELL_PREVENTION_TYPE_NO_ACTIONS    = 4  // TITLE No actions

Latest revision as of 12:37, 12 May 2023

This information is located in the source file of "..src\server\game\Spell\SpellMgr.h".


Version - 3.3.5a+ (Master Branch 5/12/23) - PreventionType (Wrath … DF)

Information is compatible with the expansion range.

   -enum SpellPreventionType-
   SPELL_PREVENTION_TYPE_NONE          = 0, // TITLE None
   SPELL_PREVENTION_TYPE_SILENCE       = 1, // TITLE Silence
   SPELL_PREVENTION_TYPE_PACIFY        = 2, // TITLE Pacify
   SPELL_PREVENTION_TYPE_NO_ACTIONS    = 4  // TITLE No actions