mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
fixed a typo
fixed a typo
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user