diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-27 00:34:24 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-27 00:34:24 +0000 |
commit | c2481d79bd2da8b867e9c5ae7502d0b47acf7774 (patch) | |
tree | 8230bd17e2a4daa41f51e836accbdafbc71623ad /Changelog-Trunk.txt | |
parent | fc0d5f95143fe79e65992a971c0c0b80f89c8c51 (diff) | |
download | hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.gz hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.bz2 hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.xz hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.zip |
* Small update to the dgbhelpplug plugin:
- fixed only half of wide character strings being printed
- fixed the memory validity check in Dhp__PrintDataValue being optimized out in release mode
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12143 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 758729403..6e0a525d0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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. +2008/01/26 + * Small update to the dgbhelpplug plugin: [FlavioJS] + - fixed only half of wide character strings being printed + - fixed the memory validity check in Dhp__PrintDataValue being optimized + out in release mode 2008/01/25 * Updated conversion tools for mob_db & item_db * Updated SQL Files (item & mobs) [Toms] |