diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login_athena.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 44f7166..311d601 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -50,6 +50,11 @@ login_log_filename: log/login.log // Name of the file of that logs the unknown packets (for debug or hack check) login_log_unknown_packets_filename: log/login_unknown_packets.log +// Update host +// Tells the client that an alternative updatehost is available if the client supports this. +// If left out nothing will be sent. max lenght 127. +// update_host: somehost.someserver + // Indicate if the unknown packets are saved or not //(the unknown packets coming from the char-server or ladministration does not relate to, which is always saved) // Be careful: if you receive an attack, your hard disk can cause lag... |