Skip to content

Commit 4ad8980

Browse files
author
Wil Thieme
committed
fix spell detection for other spellbooks
1 parent 892247a commit 4ad8980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/char_invlist_ACIM.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ local function findSpellNode(sSpellName)
120120
getLoadedModules(tLoadedModules)
121121

122122
local nodeSpell
123-
for _, sModuleName in ipairs(tLoadedModules) do
123+
for _, sModuleName in pairs(tLoadedModules) do
124124
nodeSpell = findSpellInModule(sModuleName, trim_spell_name(sSpellName))
125125
if nodeSpell then break end
126126
end

0 commit comments

Comments
 (0)