![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Functions | |
| TEST (GroundingTotemTest, SingleTargetSpellCanBeRedirected) | |
| TEST (GroundingTotemTest, AreaTargetingSpellCannotBeRedirected) | |
| TEST (GroundingTotemTest, PersistentAreaAuraCannotBeRedirected) | |
| TEST (GroundingTotemTest, AbilityCannotBeRedirected) | |
| TEST (GroundingTotemTest, SpellWithNoRedirectionAttributeCannotBeRedirected) | |
| TEST (GroundingTotemTest, SpellIgnoringImmunitiesCannotBeRedirected) | |
| TEST | ( | GroundingTotemTest | , |
| AbilityCannotBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_ATTR0_IS_ABILITY, SPELL_EFFECT_SCHOOL_DAMAGE, SpellInfoBuilder::WithAttributes(), and SpellInfoBuilder::WithEffect().
| TEST | ( | GroundingTotemTest | , |
| AreaTargetingSpellCannotBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE, TARGET_UNIT_CASTER, TARGET_UNIT_SRC_AREA_ENEMY, SpellInfoBuilder::WithEffect(), and SpellInfoBuilder::WithEffectImplicitTargets().
| TEST | ( | GroundingTotemTest | , |
| PersistentAreaAuraCannotBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_EFFECT_PERSISTENT_AREA_AURA, and SpellInfoBuilder::WithEffect().
| TEST | ( | GroundingTotemTest | , |
| SingleTargetSpellCanBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE, TARGET_UNIT_TARGET_ENEMY, SpellInfoBuilder::WithEffect(), and SpellInfoBuilder::WithEffectImplicitTargets().
| TEST | ( | GroundingTotemTest | , |
| SpellIgnoringImmunitiesCannotBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_ATTR0_NO_IMMUNITIES, SPELL_EFFECT_SCHOOL_DAMAGE, SpellInfoBuilder::WithAttributes(), and SpellInfoBuilder::WithEffect().
| TEST | ( | GroundingTotemTest | , |
| SpellWithNoRedirectionAttributeCannotBeRedirected | |||
| ) |
References SpellInfoBuilder::BuildUnique(), EFFECT_0, SPELL_ATTR1_NO_REDIRECTION, SPELL_EFFECT_SCHOOL_DAMAGE, SpellInfoBuilder::WithAttributesEx(), and SpellInfoBuilder::WithEffect().