Method SpellModifier:SetType [-] [+]
Sets the SpellModType for the SpellModifier.
enum SpellModType : uint8 { SPELLMOD_FLAT = SPELL_AURA_ADD_FLAT_MODIFIER, SPELLMOD_PCT = SPELL_AURA_ADD_PCT_MODIFIER }
Synopsis
SpellModifier:SetType( spellModType )
Arguments
number spellModType
Valid numbers: integers from 0 to 255.
Returns
Nothing.