Description:
http://wotlk.openwow.com/spell=8177
Grounding Totem: Summons a Grounding Totem with 5 health at the feet of the caster that will redirect one harmful spell cast on a nearby party member to itself, destroying the totem. Will not redirect area of effect spells. Lasts 45 sec.
Grounding Totem works ok if it is summoned before any negative spell. Spells with a travel time (such as Shadowbolt, Firebolt, ...) do not damage the target until the projectile hits. The totem must redirect the spell until it takes damage and summarily gets destroyed. In case there is no totem, if the spell is casted and it is in the air and quickly the shaman uses the Grounding Totem, two things happen:
Current behaviour:
Explained above.
Expected behaviour:
Grounding Totem should redirect spells in all cases.
Steps to reproduce the problem:
Branch(es): 3.3.5
TC rev. hash/commit: 4224259
TDB version: TDB_full_world_335.62_2016_10_17 + updates
Operating system: Windows
Redirect was always checked on cast.
hmmm, then something is wrong, confirmed for me
@ariel- can you take a look here please?
thanks for 7072bf8 it solves the second case what about the first?
Blizzlike
I just updated the core+DB and I got this DB errors:
``
The
spell_proctable entry for spellId 8178 doesn't have any
ProcFlagsvalue defined, proc will not be triggered.
The
spell_proctable entry for spellId 8178 has
SpellTypeMaskvalue defined, but it will not be used for the defined
ProcFlagsvalue.
The
spell_proctable entry for spellId 38857 doesn't have any
ProcFlagsvalue defined, proc will not be triggered.
The
spell_proctable entry for spellId 38857 has
SpellTypeMaskvalue defined, but it will not be used for the defined
ProcFlags` value.
Fixed in ebba8dcba87190cfdef55bd896a11d2d234cd754, thanks
Most helpful comment
Blizzlike