diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-25 16:15:09 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-25 16:15:09 +0000 |
commit | b4b0462ea9eac4718cae3efc099579dcd14f2eed (patch) | |
tree | 6ff6681f1f13f5ecf91acc3fdb073fe684faa035 /Changelog-Trunk.txt | |
parent | 86dd5f28d4100ba6d0ddbd6f6c4f20579e0578d8 (diff) | |
download | hercules-b4b0462ea9eac4718cae3efc099579dcd14f2eed.tar.gz hercules-b4b0462ea9eac4718cae3efc099579dcd14f2eed.tar.bz2 hercules-b4b0462ea9eac4718cae3efc099579dcd14f2eed.tar.xz hercules-b4b0462ea9eac4718cae3efc099579dcd14f2eed.zip |
* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes bugreport:2798)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13548 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 b534299a3..35b49a720 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +2009/02/25 + * Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes bugreport:2798) [FlavioJS] 2009/02/23 * Made mob_delayspawn check the spawn_timer in the mob. [FlavioJS] * Added missing delete_timer's every time spawn_timer is being set. (except when allocating) |