diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-27 11:18:58 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-27 11:18:58 +0000 |
commit | a46c1fbcb1b7df32c678af8f0bbfda801d6142dc (patch) | |
tree | 7911e6f38e2e13b8d1b31b34e61f46ffe35b459c /Changelog-Trunk.txt | |
parent | 7df1201fe4659ecaea754e101ebd5bcd4051e4f2 (diff) | |
download | hercules-a46c1fbcb1b7df32c678af8f0bbfda801d6142dc.tar.gz hercules-a46c1fbcb1b7df32c678af8f0bbfda801d6142dc.tar.bz2 hercules-a46c1fbcb1b7df32c678af8f0bbfda801d6142dc.tar.xz hercules-a46c1fbcb1b7df32c678af8f0bbfda801d6142dc.zip |
* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)
* Fixed buildin_gethominfo not being included in the script engine. (bugreport:124)
* homunculus_evolution -> homevolution in script_commands.txt.
* Deleted item DEFAULT from item_db.txt and regenerated item_db.sql. (bugreport:103)
* Skip empty lines and give more feedback (for invalid lines) when reading item_db.txt/item_db2.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11311 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 472e60d5f..0c13a3bd2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ 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/09/27 + * Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93) + * Fixed buildin_gethominfo not being included in the script engine. (bugreport:124) + * homunculus_evolution -> homevolution in script_commands.txt. (bugreport:125) + * Deleted item DEFAULT from item_db.txt and regenerated item_db.sql. (bugreport:103) + * Skip empty lines and give more feedback (for invalid lines) when reading + item_db.txt/item_db2.txt. [FlavioJS] 2007/09/26 * Rev. 11307 Implemented Token of Siegfried effect care of Zephyrus_CR. [L0ne_W0lf] 2007/09/25 |