summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-04 19:32:46 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-04 19:32:46 -0300
commitda064c030d22c0920f74b345ca3118c9204dae2b (patch)
tree97965c317f79cde6384e344da398e97ac5bce462 /src/map/battle.c
parente8adea6f0cbad25b5ac21944b16099cce155d050 (diff)
downloadhercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.gz
hercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.bz2
hercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.xz
hercules-da064c030d22c0920f74b345ca3118c9204dae2b.zip
Implemented official mute system. Thanks to:
Ai4rei/Mirei for the code; kyeme for suggesting it; Napster for updating the patch. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 18c95c76d..d03afc431 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6461,6 +6461,7 @@ static const struct _battle_data {
{ "item_enabled_npc", &battle_config.item_enabled_npc, 1, 0, 1, },
{ "gm_ignore_warpable_area", &battle_config.gm_ignore_warpable_area, 0, 2, 100, },
{ "packet_obfuscation", &battle_config.packet_obfuscation, 1, 0, 3, },
+ { "client_accept_chatdori", &battle_config.client_accept_chatdori, 0, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**