Skip to content

Commit 278ccf8

Browse files
LocalIdentityLocalIdentity
and
LocalIdentity
authored
Fix Herald of Thunder not using weapon damage (#662)
Co-authored-by: LocalIdentity <[email protected]>
1 parent f4ab870 commit 278ccf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/act_dex.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ skills["HeraldOfThunderPlayer"] = {
14731473
incrementalEffectiveness = 0.054999999701977,
14741474
statDescriptionScope = "herald_of_thunder_statset_1",
14751475
baseFlags = {
1476-
nonWeaponAttack = true,
1476+
attack = true,
14771477
hit = true,
14781478
},
14791479
constantStats = {

src/Export/Skills/act_dex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ statMap = {
149149
},
150150
#mods
151151
#set HeraldOfThunderOnKillPlayer
152-
#flags nonWeaponAttack hit
152+
#flags attack
153153
#mods
154154
#skillEnd
155155

0 commit comments

Comments
 (0)