Skip to content
Snippets Groups Projects
Commit 6bc8c76c authored by DarkGod's avatar DarkGod
Browse files

Fixed a bug preventing Fireflash from damaging the caster, even without Spellcraft

parent 032fda0e
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ newTalent{
direct_hit = true,
requires_target = true,
target = function(self, t)
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), selffire=self:spellFriendlyFire(), talent=t, display={particle="bolt_fire", particle_args={size_factor=1.5}, trail="firetrail"}, sound_stop="talents/fireflash"}
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), player_selffire=true, selffire=self:spellFriendlyFire(), talent=t, display={particle="bolt_fire", particle_args={size_factor=1.5}, trail="firetrail"}, sound_stop="talents/fireflash"}
end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 28, 330) end,
action = function(self, t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment