fixed a typo

fixed a typo
This commit is contained in:
Meow
2026-02-11 19:41:44 +01:00
parent b2fc8a73b1
commit f7bcad6266
+1 -1
View File
@@ -949,7 +949,7 @@ libpredict.sender:SetScript("OnEvent", function()
if spell == REGROWTH then
-- Extract rank from spell_queue[2] which contains "spell + rank"
local fullSpell = spell_queue[2]
local rankStr = fullSpell and string.match(fullSpell, "Rank (%d+)") or nil
local rankStr = fullSpell and string.find(fullSpell, "Rank (%d+)") or nil
local rankNum = rankStr and tonumber(rankStr) or nil
if this.regrowth_timer then