From 24fd21191d708924d5b81fa2e3a8b72d717dde0c Mon Sep 17 00:00:00 2001 From: lili-ffxi <40600148+lili-ffxi@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:34:34 +0100 Subject: [PATCH] Update SpellBook.lua Fixes following the changes to strings library. --- addons/SpellBook/SpellBook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/SpellBook/SpellBook.lua b/addons/SpellBook/SpellBook.lua index 311f287e06..de58253b3e 100644 --- a/addons/SpellBook/SpellBook.lua +++ b/addons/SpellBook/SpellBook.lua @@ -19,7 +19,7 @@ spell_types = { } windower.register_event('addon command', function (command, ...) - local args = L{...} + local args = {...} local jobs = build_job_list() command = command and command:lower() or 'current'