diff options
author | Haru <haru@dotalux.com> | 2017-12-17 23:34:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 23:34:58 +0100 |
commit | f385274cb59e251bc5aa3dc2fc918697523f7312 (patch) | |
tree | 30af8eceade42a24f517d96e6f4b2cbffee7e1d5 /conf | |
parent | 082e635672c12be20e660091004c28920d9e2d43 (diff) | |
parent | ffd913f1323181eceed0aae178e9bdbea58e9c1d (diff) | |
download | hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.gz hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.bz2 hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.xz hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.zip |
Merge pull request #1923 from 4144/fixpackets
Add support for Ragnarok zero clients, split packets.h again
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 32f1324be..4dc803bca 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -36,7 +36,7 @@ // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) -packet_obfuscation: 1 +packet_obfuscation: 2 // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. |