Skip to content

Commit acb4744

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Baranite Preacher Ball Lightning being affected by Area damage mods (#9307)
Ball Lightning doesn't get affected by area damage, no clue why we added this tag at the time Co-authored-by: LocalIdentity <[email protected]>
1 parent 07dec37 commit acb4744

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Data/Skills/spectre.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4700,7 +4700,6 @@ skills["AtlasCrusaderJudgeBallLightning"] = {
47004700
spell = true,
47014701
hit = true,
47024702
triggerable = true,
4703-
area = true,
47044703
projectile = true,
47054704
},
47064705
constantStats = {

src/Export/Skills/spectre.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ local skills, mod, flag, skill = ...
738738
#mods
739739

740740
#skill AtlasCrusaderJudgeBallLightning Ball Lightning
741-
#flags spell hit triggerable area projectile
741+
#flags spell hit triggerable projectile
742742
#mods
743743

744744
#skill AtlasCruasderJudgeFadingNova Nova Spell

0 commit comments

Comments
 (0)