From 5ff499c25f872f59040f04ec888e58440e9baf48 Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sun, 23 Feb 2025 13:01:51 -0500 Subject: [PATCH] Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask Port From (https://github.com/TrinityCore/TrinityCore/commit/49cfd532e49deff3766697ff133868aa2f1c8d22) --- Source/WorldServer/WorldServer.conf.dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/WorldServer/WorldServer.conf.dist b/Source/WorldServer/WorldServer.conf.dist index 71c02411d..76d505df5 100644 --- a/Source/WorldServer/WorldServer.conf.dist +++ b/Source/WorldServer/WorldServer.conf.dist @@ -755,7 +755,7 @@ CharacterCreating.Disabled = 0 # # CharacterCreating.Disabled.RaceMask # Description: Mask of races which cannot be created by players. -# Example: 1536 - (1024 + 512, Blood Elf and Draenei races are disabled) +# Example: 1536 - (512 + 1024, Blood Elf and Draenei races are disabled) # Default: 0 - (Enabled, All races are allowed) # 1 - (Disabled, Human) # 2 - (Disabled, Orc) @@ -772,6 +772,8 @@ CharacterCreating.Disabled = 0 # 4096 - (Disabled, Vulpera) # 8192 - (Disabled, Maghar Orc) # 16384 - (Disabled, Mechagnome) +# 32768 - (Disabled, Dracthyr Horde) +# 65536 - (Disabled, Dracthyr Alliance) # 2097152 - (Disabled, Worgen) # 8388608 - (Disabled, Pandaren Neutral) # 16777216 - (Disabled, Pandaren Alliance) @@ -802,6 +804,7 @@ CharacterCreating.Disabled.RaceMask = 0 # 512 - (Disabled, Monk) # 1024 - (Disabled, Druid) # 2048 - (Disabled, Demon Hunter) +# 4096 - (Disabled, Evoker) CharacterCreating.Disabled.ClassMask = 0