diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-02 17:50:15 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-02 17:50:15 +0000 |
commit | 665680682b57d01415afb478b67d0c7c61d21119 (patch) | |
tree | 775245f9ea473abcac9d4c29c77c69daa1061345 /conf-tmpl | |
parent | 493fb3cce76b9b659010b8aeee07916de85cdd5b (diff) | |
download | hercules-665680682b57d01415afb478b67d0c7c61d21119.tar.gz hercules-665680682b57d01415afb478b67d0c7c61d21119.tar.bz2 hercules-665680682b57d01415afb478b67d0c7c61d21119.tar.xz hercules-665680682b57d01415afb478b67d0c7c61d21119.zip |
* Added motd_type
* Edited atcommand.c to fix compile warnings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@436 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 2fde5cfeb..4a338b256 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -751,5 +751,8 @@ skill_steal_type: yes // Setting this at 1 would be enough. skill_range_leniency: 1 +// Set this to 1 if your clients have langtype problems and can't display motd properly +motd_type: 0 + import: conf/import/battle_conf.txt |