aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorAntonio Martín Berti <15972392+BertiRean@users.noreply.github.com>2024-06-03 19:44:22 -0300
committerGitHub <noreply@github.com>2024-06-04 00:44:22 +0200
commit3fd967754388b7b859dbd8b954ec68a844e172f0 (patch)
tree447c456bc9cad7e35c54ae4c5de937a478a7beac /src/server/worldserver
parent18fd59d965694b5cd0f62c011875a5d8beaac7e2 (diff)
Core/Misc: Added Loading.Locales to enable/disable the load of locales (#30013)
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 4de9747b876..b8a3392e9fd 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -41,6 +41,7 @@
# PACKET SPOOF PROTECTION SETTINGS
# METRIC SETTINGS
# PVP SETTINGS
+# LOAD SETTINGS
#
###################################################################################################
@@ -4423,3 +4424,18 @@ 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
+
+#
+###################################################################################################