Skip to content

Commit

Permalink
Add new 12 character macro slots support
Browse files Browse the repository at this point in the history
  • Loading branch information
Elitesparkle committed Oct 6, 2024
1 parent 3d470e1 commit e6f584c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Questionless.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ function Questionless:FixButtons()
end

function Questionless:FixMacros()
-- Loop through account macros (1-120) and character macros (121-138)
for macroID = 1, 138 do
-- Loop through account macros (1-120) and character macros (121-150)
for macroID = 1, 150 do
self:FixMacro(macroID)
end
end
Expand Down
2 changes: 1 addition & 1 deletion Questionless.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110002
## Title: Questionless
## Author: Elitesparkle
## Version: 2.5.0
## Version: 2.6.0
## IconTexture: Interface\AddOns\Questionless\Textures\Bloodstone.blp
## Notes: Removes question marks from Action Bars by replacing them with shadowed icons.
## Notes-itIT: Rimuove i punti interrogativi dalle Barre Azione rimpiazzandoli con icone ombreggiate.
Expand Down

0 comments on commit e6f584c

Please sign in to comment.