Skip to content

Commit 5e3b239

Browse files
author
LocalIdentity
committed
Proper fix
1 parent 452b6b9 commit 5e3b239

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Data/Skills/act_str.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,6 @@ skills["DivineBlast"] = {
28232823
},
28242824
baseFlags = {
28252825
attack = true,
2826-
melee = false,
28272826
area = true,
28282827
shieldAttack = true,
28292828
},

src/Export/Skills/act_str.txt

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

480480
#skill DivineBlast
481-
#flags attack melee area shieldAttack
481+
#flags attack area shieldAttack
482482
parts = {
483483
{
484484
name = "Beam Implosion",

0 commit comments

Comments
 (0)