Skip to content

Commit

Permalink
Fix luacheck warning for RunNextFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Elberet authored and doadin committed Jul 23, 2024
1 parent 31c9aa0 commit 0503d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/EquipmentSet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local GetEquipmentSetInfo = C_EquipmentSet.GetEquipmentSetInfo
local GetItemLocations = C_EquipmentSet.GetItemLocations
local UnpackItemLocation = EquipmentManager_UnpackLocation
local BankButtonIDToInvSlotID = BankButtonIDToInvSlotID
local RunNextFrame = RunNextFrame
local RunNextFrame = _G.RunNextFrame
local BANK_CONTAINER = BANK_CONTAINER

local BANK_INVENTORY_OFFSET = BankButtonIDToInvSlotID(1, false) - 1
Expand Down

0 comments on commit 0503d93

Please sign in to comment.