From 586c1aa43f991dfc353e31eab16f33c2083313b3 Mon Sep 17 00:00:00 2001 From: Cilraaz Date: Mon, 9 Sep 2024 12:46:10 -0400 Subject: [PATCH] fix(Feral): Fix accidental comma --- HeroRotation_Druid/Feral.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HeroRotation_Druid/Feral.lua b/HeroRotation_Druid/Feral.lua index a642d7eb..8acf61b7 100644 --- a/HeroRotation_Druid/Feral.lua +++ b/HeroRotation_Druid/Feral.lua @@ -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 =====