From 6df92dad615cd5459ba5bd2f659b7a432df4b6ff Mon Sep 17 00:00:00 2001 From: hexa- Date: Mon, 17 Sep 2012 02:13:36 +0200 Subject: Core/Calendar: Add TwoSide Interaction configuration option for Calendar Invites --- src/server/worldserver/worldserver.conf.dist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index ce65517298f..7e200e59046 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1209,6 +1209,14 @@ Warden.BanDuration = 86400 AllowTwoSide.Accounts = 1 +# +# AllowTwoSide.Interaction.Calendar +# Description: Allow calendar invites between factions. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +AllowTwoSide.Interaction.Calendar = 0 + # # AllowTwoSide.Interaction.Chat # Description: Allow say chat between factions. -- cgit v1.2.3