diff options
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 5c2afa8d9..3ad5db762 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -135,5 +135,17 @@ account.engine: auto //account.sql.account_db: login //account.sql.accreg_db: global_reg_value +// Client MD5 hash check +// Check client hash? +client_hash_check: off + +// Put your client hashes here, a player can login into the server using +// a hash with a group_id equal or lower the account group_id +// Follow the model(without the //): +// client_hash: group_id, hash +// Examples: +client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 +client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae + import: conf/inter_athena.conf import: conf/import/login_conf.txt |