aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorM'Dic <joshua.lee.betts@gmail.com>2022-10-24 20:32:00 -0400
committerGitHub <noreply@github.com>2022-10-25 02:32:00 +0200
commit47857943b040c6fb10837a6314471b4e770a6d30 (patch)
tree3fe6f6030a535b1f8aeb891156a560b2227a230e /src
parent010e6f7f49744b16e3ecececb7d9605f8b8db4d5 (diff)
Core/Misc: Added missing config option Guild.SaveInterval to worldserver default config (#28396)
Ref #25697
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/worldserver.conf.dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 701d3155a3b..61794dfa355 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1148,6 +1148,13 @@ Guild.BankEventLogRecordsCount = 25
Guild.NewsLogRecordsCount = 250
#
+# Guild.SaveInterval
+# Description: Time (in minutes) for guild save interval.
+# Default: 15
+
+Guild.SaveInterval = 15
+
+#
# MaxPrimaryTradeSkill
# Description: Maximum number of primary professions a character can learn.
# Range: 0-11