We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a3d01 commit c675895Copy full SHA for c675895
scripts/char_invlist_ACIM.lua
@@ -81,7 +81,7 @@ local function trim_spell_key(string_spell_name)
81
-- append relevant tags to end of spell name
82
for s, v in pairs(tFormats) do
83
if tTrims[v] then
84
- string_spell_name = string_spell_name .. ', ' .. s
+ string_spell_name = string_spell_name .. s
85
end
86
87
0 commit comments