Skip to content

Commit

Permalink
fix(Feral): Fix accidental comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Sep 9, 2024
1 parent 12b4f0c commit 586c1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeroRotation_Druid/Feral.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ SetTrinketVariables()
--- ===== Stun Interrupts List =====
local InterruptStuns = {
{ S.MightyBash, "Cast Mighty Bash (Interrupt)", function () return true; end },
{ S.Typhoon, "Cast Typhoon (Interrupt)", function () return true, end },
{ S.Typhoon, "Cast Typhoon (Interrupt)", function () return true; end },
}

--- ===== Event Registration =====
Expand Down

0 comments on commit 586c1aa

Please sign in to comment.