Skip to content

Commit e7df2b7

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Holy Strike not scaling with Melee damage (#9641)
Forgot to add the tag to the skill Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 6a36ad6 commit e7df2b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Data/Skills/act_str.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6187,6 +6187,7 @@ skills["HolyStrike"] = {
61876187
},
61886188
baseFlags = {
61896189
attack = true,
6190+
melee = true,
61906191
minion = true,
61916192
duration = true,
61926193
},

src/Export/Skills/act_str.txt

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

10541054
#skill HolyStrike
1055-
#flags attack minion duration
1055+
#flags attack melee minion duration
10561056
minionList = {
10571057
"HolyStrikeMinion",
10581058
},

0 commit comments

Comments
 (0)