mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(Core/DBC): Implement NamesProfanity and NamesReserved DBC (#14956)
This commit is contained in:
@@ -626,6 +626,24 @@ RealmZone = 1
|
||||
|
||||
World.RealmAvailability = 1
|
||||
|
||||
#
|
||||
# StrictNames.Reserved
|
||||
# Description: Use the Reserved Filter from DBC.
|
||||
# Prevents Player, Pet & Charter names from containing reserved names.
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
|
||||
StrictNames.Reserved = 1
|
||||
|
||||
#
|
||||
# StrictNames.Profanity
|
||||
# Description: Use the Profanity Filter from DBC.
|
||||
# Prevents Player, Pet & Charter names from containing profanity.
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
|
||||
StrictNames.Profanity = 1
|
||||
|
||||
#
|
||||
# StrictPlayerNames
|
||||
# Description: Limit player name to language specific symbol set. Prevents character
|
||||
|
||||
Reference in New Issue
Block a user