diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-21 13:37:46 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-21 13:37:46 +0000 |
commit | 8e2bfd5962e6318f3bfa8228cd64ad0f77dd304b (patch) | |
tree | bdd6ba9f010e5e0b3c5e68472296d09807efbc57 /Changelog-Trunk.txt | |
parent | f758c43db46239b150b7cd96676b379df6d8c297 (diff) | |
download | hercules-8e2bfd5962e6318f3bfa8228cd64ad0f77dd304b.tar.gz hercules-8e2bfd5962e6318f3bfa8228cd64ad0f77dd304b.tar.bz2 hercules-8e2bfd5962e6318f3bfa8228cd64ad0f77dd304b.tar.xz hercules-8e2bfd5962e6318f3bfa8228cd64ad0f77dd304b.zip |
Fixed a small mistake in r11503 causing a fatal error&exit on unix when you try to do a graceful exit (by ctrl+c for example)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11538 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d7fa11684..536d7a200 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/10/21 + * Fixed a small mistake in r11503 causing a fatal error&exit on unix + when you try to do a graceful exit (by ctrl+c for example) [ultramage] * Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore. * Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK and SC_FASTCAST as these are required by the newer items. [Skotlex] |