diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 19:32:46 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 19:32:46 -0300 |
commit | da064c030d22c0920f74b345ca3118c9204dae2b (patch) | |
tree | 97965c317f79cde6384e344da398e97ac5bce462 /src/map/battle.h | |
parent | e8adea6f0cbad25b5ac21944b16099cce155d050 (diff) | |
download | hercules-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.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 9a8c18fd7..9d1e3276d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -452,6 +452,8 @@ struct Battle_Config { int gm_ignore_warpable_area; + int client_accept_chatdori; // [Ai4rei/Mirei] + } battle_config; |