Skip to content

Commit

Permalink
Fix [BUG] Fury: No bloodbath during Ravager/Bladestorm w Unhinged #4098
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 29, 2024
1 parent 7e55260 commit 903d7a0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions TheWarWithin/WarriorFury.lua
Original file line number Diff line number Diff line change
Expand Up @@ -991,13 +991,6 @@ spec:RegisterAbilities( {
buff = "reckless_abandon_bloodbath",
bind = "bloodthirst",

nobuff = function()
if talent.unhinged.enabled then
if buff.bladestorm.up then return "bladestorm" end
if buff.ravager.up then return "ravager" end
end
end,

critical = function()
return stat.crit
+ ( 15 * buff.bloodcraze.stack )
Expand Down Expand Up @@ -1082,13 +1075,7 @@ spec:RegisterAbilities( {

talent = "bloodthirst",
texture = 136012,
nobuff = function()
if talent.unhinged.enabled then
if buff.bladestorm.up then return "bladestorm" end
if buff.ravager.up then return "ravager" end
end
return "reckless_abandon_bloodbath"
end,
nobuff = "reckless_abandon_bloodbath",
startsCombat = true,
bind = "bloodbath",

Expand Down

0 comments on commit 903d7a0

Please sign in to comment.