TC dfa179b
DB-TDB 41+updates
Spell http://www.wowhead.com/spell=56570 http://wowhead.com/spell=56578 (harpoon in Utgard Pinnacle-boss Skadi the Ruthless) deals damage to itself to the player, but should be applied to the boss. Accordingly, the boss does not come off with the dragon. It appeared quite recently, a maximum of one month ago.
Maybe broken the whole class of similar spells.
In instance script all fine:
player->CastSpell(pSkadi, SPELL_RAPID_FIRE, true);
cast to boss.
maybe troubles with target type TARGET_DEST_TRAJ = 89, in this spell
TC dfa179b
DB-TDB 41+updates
Spell http://www.wowhead.com/spell=56570 http://wowhead.com/spell=56578 (harpoon in Utgard Pinnacle-boss Skadi the Ruthless) deals damage to itself to the player, but should be applied to the boss. Accordingly, the boss does not come off with the dragon. It appeared quite recently, a maximum of one month ago.
Maybe broken the whole class of similar spells.
In instance script all fine:
player->CastSpell(pSkadi, SPELL_RAPID_FIRE, true);
cast to boss.
maybe troubles with target type TARGET_DEST_TRAJ = 89, in this spell