Method SpellInfo:CanPierceImmuneAura [-] [+]
Returns true
if the SpellInfo can pierce through an immunity aura defined by the given SpellInfo, false
otherwise.
Synopsis
canPierce = SpellInfo:CanPierceImmuneAura( auraSpellInfo )
Arguments
SpellInfo auraSpellInfo
The spell representing the immunity aura.
Returns
boolean canPierce
- See method description.