mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
28 lines
860 B
Text
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
|
|
|
|
#
|
|
###################################################################################################
|