Skip to content

Commit

Permalink
Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask (
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftedRO authored Nov 24, 2024
1 parent f1cc122 commit 49cfd53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/worldserver/worldserver.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,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)
Expand All @@ -802,6 +802,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)
Expand Down Expand Up @@ -832,6 +834,7 @@ CharacterCreating.Disabled.RaceMask = 0
# 512 - (Disabled, Monk)
# 1024 - (Disabled, Druid)
# 2048 - (Disabled, Demon Hunter)
# 4096 - (Disabled, Evoker)

CharacterCreating.Disabled.ClassMask = 0

Expand Down

0 comments on commit 49cfd53

Please sign in to comment.