From 4d86f8e6796548f1b76cc19c7f9e5f5c58c7e0fa Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 27 Dec 2008 00:24:48 +0100 Subject: *Improvements to .kick command with new conf setting - by Machiavelli --HG-- branch : trunk --- src/trinitycore/trinitycore.conf.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/trinitycore') diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index ba5f2de372f..f4ea9c3a4cd 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1251,6 +1251,12 @@ Ra.Secure = 1 # example: "538,90" # Note that it's HIGHLY DISCOURAGED to forbid starting maps (0, 1, 530)! # +# ShowKickInWorld +# determines wether a message is broadcasted to the entire server when a player gets kicked +# Default: 0 +# 1 = Enable +# 0 = Disable +# ################################################################################################################### PlayerStart.AllReputation = 0 @@ -1264,4 +1270,4 @@ PvPToken.MapAllowType = 4 PvPToken.ItemID = 29434 PvPToken.ItemCount = 1 NoResetTalentsCost = 0 - +ShowKickInWorld = 0 \ No newline at end of file -- cgit v1.2.3