Module:SkillNav: Difference between revisions

no edit summary
m (Lu/Ciel is a problem not only for KoG)
No edit summary
Line 236: Line 236:
                     end
                     end
                     -- Remove stuff like (Elesis) or (Elsword) in skill display name
                     -- Remove stuff like (Elesis) or (Elsword) in skill display name
                     v_display_name = v_display_name:gsub("%s%[%(w%)/]+", "");
                     v_display_name = v_display_name:gsub("%s[%(w%)/]+", "");


                     -- Append the actual skills.
                     -- Append the actual skills.