Skip to content

Commit 49dae1b

Browse files
committed
fill() include spells from general tab
1 parent fdf97f9 commit 49dae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ function fill()
775775
end
776776

777777
local frameID = 1
778-
for i = 2, GetNumSpellTabs() do
778+
for i = 1, GetNumSpellTabs() do
779779
local offset, numSlots = select(3, GetSpellTabInfo(i))
780780
for j = offset+1, offset+numSlots do
781781
if not IsPassiveSpell(j, BOOKTYPE_SPELL) then

0 commit comments

Comments
 (0)