AnchyDev / BreakingNewsOverride

An Azeroth Core module to allow the display of the Breaking News section on the character select screen.
MIT License
16 stars 26 forks source link

Error using ' in the title #5

Closed Tony931023 closed 1 year ago

Tony931023 commented 1 year ago

Changing BreakingNews.Title = "Breaking News" to BreakingNews.Title = "Aman'Thul News" displays an error

AnchyDev commented 1 year ago

You need to escape the '. For example: BreakingNews.Title = "Aman\'Thul News"