Skip to content

Commit 14b0d27

Browse files
committed
Fix warcryspeed onslaught
1 parent 199cb03 commit 14b0d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ local function doActorMisc(env, actor)
424424
end
425425
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Attack)
426426
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Cast)
427-
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Warcry)
427+
modDB:NewMod("WarcrySpeed", "INC", 2 * effect, "Onslaught")
428428
-- TODO: Skill speed effect is vague and says "and similar stats", may apply to more than this
429429
modDB:NewMod("MovementSpeed", "INC", effect, "Onslaught")
430430
end

0 commit comments

Comments
 (0)