From 7fb0cf6d98a98ba434e47f05aaaea475bba4ee56 Mon Sep 17 00:00:00 2001 From: shagu Date: Fri, 28 Mar 2025 20:47:14 +0100 Subject: [PATCH] libpredict: decrease timeout for spellcast fails --- libs/libpredict.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libpredict.lua b/libs/libpredict.lua index d8efd015..3b837cb2 100644 --- a/libs/libpredict.lua +++ b/libs/libpredict.lua @@ -590,7 +590,7 @@ libpredict.sender:SetScript("OnEvent", function() libpredict:Hot(player, spell_queue[3], "Renew", renewDuration) libpredict.sender:SendHealCommMsg("Renew/"..spell_queue[3].."/"..renewDuration.."/") elseif spell_queue[1] == REGROWTH then - this.regrowth_timer = GetTime() + 0.3 + this.regrowth_timer = GetTime() + 0.1 end else -- tbc --todo