eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/StartingGuild/Add2Config.conf
2024-09-23 07:59:23 +02:00

28 lines
860 B
Text

###################################################################################################
# STARTING GUILD
#
# These settings control the Starting Guild functionality
#
# StartingGuild.Enable
# Description: Enables or Disables the Starting Guild functionality.
# Default: 0 - (Disabled)
# 1 - (Enabled)
StartingGuild.Enable = 0
#
# StartingGuild.GuildID.Alliance
# Description: The identifier (ID) of the Alliance Guild. It must be an integer number
# Default: 1
StartingGuild.GuildID.Alliance = 1
#
# StartingGuild.GuildID.Horde
# Description: The identifier (ID) of the Horde Guild. It must be an integer number
# Default: 1
StartingGuild.GuildID.Horde = 2
#
###################################################################################################