diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 03:22:28 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 03:22:28 +0000 |
commit | bd4e344a476439af984995540cb3d037752981c8 (patch) | |
tree | 4cd55defb83cc7f8ef1efeb7485f8b7db45e2cff /conf/battle/client.conf | |
parent | 252d548e533389f18b80c8a35976eca893791355 (diff) | |
download | hercules-bd4e344a476439af984995540cb3d037752981c8.tar.gz hercules-bd4e344a476439af984995540cb3d037752981c8.tar.bz2 hercules-bd4e344a476439af984995540cb3d037752981c8.tar.xz hercules-bd4e344a476439af984995540cb3d037752981c8.zip |
* Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)
* Follow-up r16941: added documentation.
* Updated WOE Controller script to v1.4, which modifies LoadEvent mapflag settings for easier cross-compatibility and standardizes script format.
* Minor tweaks here and there.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 0aecd2b08..9107c8b2d 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -36,7 +36,7 @@ packet_ver_flag: 0xFFFFFF // Messages that break this threshold are silently omitted. min_chat_delay: 0 -// valid range of dye's and styles on the client +// Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 |