Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask

Port From (https://github.com/TrinityCore/TrinityCore/commit/49cfd532e49deff3766697ff133868aa2f1c8d22)
This commit is contained in:
Hondacrx
2025-02-23 13:01:51 -05:00
parent 59f9e579b6
commit 5ff499c25f
+4 -1
View File
@@ -755,7 +755,7 @@ CharacterCreating.Disabled = 0
# #
# CharacterCreating.Disabled.RaceMask # CharacterCreating.Disabled.RaceMask
# Description: Mask of races which cannot be created by players. # 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) # Default: 0 - (Enabled, All races are allowed)
# 1 - (Disabled, Human) # 1 - (Disabled, Human)
# 2 - (Disabled, Orc) # 2 - (Disabled, Orc)
@@ -772,6 +772,8 @@ CharacterCreating.Disabled = 0
# 4096 - (Disabled, Vulpera) # 4096 - (Disabled, Vulpera)
# 8192 - (Disabled, Maghar Orc) # 8192 - (Disabled, Maghar Orc)
# 16384 - (Disabled, Mechagnome) # 16384 - (Disabled, Mechagnome)
# 32768 - (Disabled, Dracthyr Horde)
# 65536 - (Disabled, Dracthyr Alliance)
# 2097152 - (Disabled, Worgen) # 2097152 - (Disabled, Worgen)
# 8388608 - (Disabled, Pandaren Neutral) # 8388608 - (Disabled, Pandaren Neutral)
# 16777216 - (Disabled, Pandaren Alliance) # 16777216 - (Disabled, Pandaren Alliance)
@@ -802,6 +804,7 @@ CharacterCreating.Disabled.RaceMask = 0
# 512 - (Disabled, Monk) # 512 - (Disabled, Monk)
# 1024 - (Disabled, Druid) # 1024 - (Disabled, Druid)
# 2048 - (Disabled, Demon Hunter) # 2048 - (Disabled, Demon Hunter)
# 4096 - (Disabled, Evoker)
CharacterCreating.Disabled.ClassMask = 0 CharacterCreating.Disabled.ClassMask = 0