Skip to content

Commit c675895

Browse files
author
Wil Thieme
committed
improve spell detection
1 parent 09a3d01 commit c675895

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
@@ -81,7 +81,7 @@ local function trim_spell_key(string_spell_name)
8181
-- append relevant tags to end of spell name
8282
for s, v in pairs(tFormats) do
8383
if tTrims[v] then
84-
string_spell_name = string_spell_name .. ', ' .. s
84+
string_spell_name = string_spell_name .. s
8585
end
8686
end
8787

0 commit comments

Comments
 (0)