Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Jun 19, 2024
1 parent 7b5278d commit 2d36661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clicked/Config/Bindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ local function DrawSpellItemAuraSelection(container, action, mode)
value = tonumber(value) or value

if type(value) == "string" then
local n, newId = GetSpellItemNameAndId(value, mode, false)
local _, newId = GetSpellItemNameAndId(value, mode, false)

if newId ~= nil then
action[valueKey] = newId
Expand Down

0 comments on commit 2d36661

Please sign in to comment.