Anonymous

Module:SkillNav: Difference between revisions

From Elwiki
m
Preparation for any kind of monstrosity they're gonna give us
No edit summary
m (Preparation for any kind of monstrosity they're gonna give us)
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%s%/]+%)", "");


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