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 /Changelog.txt | |
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 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index ae556d9d8..2f356603b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,10 @@ Date Added 01/10 + * Added 'max_eventtimer_length' (default is 32) to script_athena.conf. [celest] + Some event timers with names longer than 24 could cause the server to close + itself, change this if you need support for even longer names + * Removed PCLoginEvent requiring 'PCLoginEvent' for the player to be set to 1 + first to be activated. [celest] * Added Shinomori and orn's fix for the skill tree to only check the first required skill in the DB and skipping the rest [celest] * Modified 'wedding' script command to work with "OnTimer" scripts even without |