mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 05:31:20 -04:00
A zone named with spaces or punctuation (e.g. "My Zone!") used to produce a module directory path "mod_wowee_My Zone!/" and conf keys like "Wowee.My Zone!.Enabled" which AzerothCore's config parser rejects. The slug is now stripped to [A-Za-z0-9_-], with spaces/slashes mapped to underscores. SQL VALUES still use the raw display text via SQLExporter::escape.
7.0 KiB
7.0 KiB