diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-18 19:37:42 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-18 19:37:42 +0000 |
commit | 7ea9a47875a1706b6028ed112ff6c0071484a013 (patch) | |
tree | e9d506448039b9a2c7f679fb2261609798714137 /conf/login_athena.conf | |
parent | 5cd75ecd95c257e61c15fef5692918c5642e2aea (diff) | |
download | hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.gz hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.bz2 hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.xz hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.zip |
* Fixed a misplaced quest log entry in Priest job quest, bugreport:6702 (jobs\2-1\priest.txt)
* Fixed an incorrect check in Taekwon job quest, bugreport:6711 (jobs\1-1e\taekwon.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16786 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 3ad5db762..fcad206e9 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -141,8 +141,7 @@ 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 +// Format: group_id, hash // Examples: client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae |