Core/Misc: Added Loading.Locales to enable/disable the load of locales
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fd967754388b7b859dbd8b954ec68a844e172f0)
This commit is contained in:
@@ -4018,5 +4018,20 @@ Pvp.FactionBalance.Pct10 = 0.7
|
||||
|
||||
Pvp.FactionBalance.Pct20 = 0.8
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# LOAD SETTINGS
|
||||
#
|
||||
# These settings control content loading
|
||||
#
|
||||
# Load.Locales
|
||||
# Description: Toggles the loading of Locales.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Load.Locales = 1
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
Reference in New Issue
Block a user