aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorAlan Deutscher <adeutscher@gmail.com>2017-01-07 04:03:03 -0800
committerAokromes <Aokromes@users.noreply.github.com>2017-01-07 13:03:03 +0100
commitfc06465b17a57feafbf2c02316b1b910c2b98e89 (patch)
tree870d6696753000994db9f79ab2ebd3de88ebdc07 /src/server/worldserver
parentb1fa8ff028fbb7469ef93f5c5612869ec9ba37ae (diff)
Core/Chat: Added option to allow 5-man parties to use raid warnings
Closes #17889 * Added parentheses to satisfy TravisCI. * Adjusted to a boolean config option instead of an integer.
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 389580e90bd..0e287aa203d 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1794,6 +1794,14 @@ PreserveCustomChannels = 1
PreserveCustomChannelDuration = 14
#
+# PartyRaidWarnings
+# Description: Allow any user to use raid warnings when in a 5-man party.
+# Default: 0 - (Disabled, Blizzlike)
+# 1 - (Enabled)
+
+PartyRaidWarnings = 0
+
+#
###################################################################################################
###################################################################################################