Skip to content

Commit

Permalink
πŸ”„ synced local 'core.lua' with remote 'wow/core.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed May 27, 2023
1 parent 887be4d commit 66974ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
-- Create Filters
local function CreateFilter(name, uiName, uiDesc, title, items)
local filter = AdiBags:RegisterFilter(uiName, 98, "ABEvent-1.0")
-- Register Filter with adibags
-- Register Filter with AdiBags
filter.uiName = uiName
filter.uiDesc = uiDesc .. " Version: " .. "@project-version@"
filter.items = items
Expand Down

0 comments on commit 66974ec

Please sign in to comment.