diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-10 10:58:12 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-10 10:58:12 +0000 |
commit | 6e2c85e3c1a0cea2230909b4714135369aa35639 (patch) | |
tree | 25c7b8fa428f211c4e14ba02873b5fc2ec80d9a7 /conf-tmpl/script_athena.conf | |
parent | 7536331ae203d5576166cd50a3243b735cd30f75 (diff) | |
download | hercules-6e2c85e3c1a0cea2230909b4714135369aa35639.tar.gz hercules-6e2c85e3c1a0cea2230909b4714135369aa35639.tar.bz2 hercules-6e2c85e3c1a0cea2230909b4714135369aa35639.tar.xz hercules-6e2c85e3c1a0cea2230909b4714135369aa35639.zip |
* Added 'max_eventtimer_length' to script_athena.conf
* Removed PCLoginEvent requiring 'PCLoginEvent' for the player to be set to 1 first to be activated
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@945 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/script_athena.conf')
-rw-r--r-- | conf-tmpl/script_athena.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/script_athena.conf b/conf-tmpl/script_athena.conf index 45ee734f7..d47b0d5b5 100644 --- a/conf-tmpl/script_athena.conf +++ b/conf-tmpl/script_athena.conf @@ -11,4 +11,6 @@ warn_cmd_mismatch_paramnum: yes check_cmdcount: 8192 -check_gotocount: 512
\ No newline at end of file +check_gotocount: 512 + +max_eventtimer_length: 32
\ No newline at end of file |