We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b7ac2 commit cfe0832Copy full SHA for cfe0832
scripts/char_invlist_ACIM.lua
@@ -141,9 +141,7 @@ end
141
local function getSpellFromItemName(sItemName)
142
if not sItemName or sItemName == '' then return end
143
local sSpellName = getSpellBetweenParentheses(sItemName) or getSpellAfterOf(sItemName)
144
- if sSpellName then
145
- return findSpellNode(sSpellName)
146
- end
+ if sSpellName then return findSpellNode(sSpellName) end
147
end
148
149
local function onItemChanged(nodeField)
0 commit comments