Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: 40thzombie on August 28, 2013, 03:48:28 pm

Title: [SOLVED] TrinityCore Spaced names
Post by: 40thzombie on August 28, 2013, 03:48:28 pm
Does anyone know how to Enable spaced names on a trinity Server?
Title: Re: [SOLVED] TrinityCore Spaced names
Post by: sjustin1996 on October 12, 2014, 08:13:26 am
Quote from: "40thzombie"
Does anyone know how to Enable spaced names on a trinity Server?
Man it would be super cool to know how this was solved.
Title: Re: [SOLVED] TrinityCore Spaced names
Post by: Ascathos on October 12, 2014, 02:40:15 pm
Pretty sure it's also a client restriction.

However. Sole-code wise, you can change a bool that CharacterHandler:.HandleCharCreateOpcode() hands over to ObjectMgr::isValidString (bool numericOrSpace) and see if it works.