diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 20:22:10 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 20:22:10 -0200 |
commit | 40fefd371e600b3239c3e9bbf0e1c9b9ab516b77 (patch) | |
tree | ebe09818ca0d8e6a0f5d279ab12a89b4fee0c6e6 /conf/map | |
parent | 6838f893d0076b723945abc5781a31c308c14137 (diff) | |
download | serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.gz serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.bz2 serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.xz serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.zip |
Hercules update.
Check evol/master for more information.
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/logs.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index 4f3a8a4db..e2dc7fbdd 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -164,13 +164,14 @@ map_log: { // 0x04 - Log Party messages // 0x08 - Log Guild messages // 0x10 - Log Main chat messages + // 0x20 - Log Clan messages // Example: // log_chat: 0x5 = logs both Whisper & Party messages // log_chat: 0x8 = logs only Guild messages - // log_chat: 0x1f = logs everything + // log_chat: 0x2f = logs everything // FIXME: This isn't fully functional, as of now it's only checking // if the log is active or not [Panikon] - log_chat: 0x1f + log_chat: 0x2f // Disable chat logging when WoE is running? (Note 1) log_chat_woe_disable: false |