diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-27 07:41:05 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-27 07:41:05 +0000 |
commit | c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38 (patch) | |
tree | 38e7f5d78975a9777dec8e33a4deeca32db5fe00 /Changelog-Trunk.txt | |
parent | 1c82999ec3876f8198b44919fdcdd0a7806613ce (diff) | |
download | hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.gz hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.bz2 hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.xz hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.zip |
- Removed a missing file reference in the athena-start script
- Fixed a #error "<malloc.h> has been replaced by <stdlib.h>" problem
- Fixed the msg_silent setting not being announced every time
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10077 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5b81d4c0e..70a940d96 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/03/28 + * Removed a missing file reference in the athena-start script + * Fixed a #error "<malloc.h> has been replaced by <stdlib.h>" problem + * Fixed the msg_silent setting not being announced every time [ultramage] 2007/03/27 * Cleaned up some the mob skill use code. The skill re-use delay is set at the time the skill is used rather than when it finishes casting. The |