Skip to content

Commit

Permalink
fill() include spells from general tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Aug 10, 2024
1 parent fdf97f9 commit 49dae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ function fill()
end

local frameID = 1
for i = 2, GetNumSpellTabs() do
for i = 1, GetNumSpellTabs() do
local offset, numSlots = select(3, GetSpellTabInfo(i))
for j = offset+1, offset+numSlots do
if not IsPassiveSpell(j, BOOKTYPE_SPELL) then
Expand Down

0 comments on commit 49dae1b

Please sign in to comment.