diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-15 13:49:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-15 13:49:40 +0000 |
commit | e6276c539a165616071dc46355a9579d4a7ae647 (patch) | |
tree | 7a988dcf949b0149d7b6c674bb2292333ae20e96 /Changelog-Trunk.txt | |
parent | bbadf310e83b4c8b3c683065f016892cf2b36a8a (diff) | |
download | hercules-e6276c539a165616071dc46355a9579d4a7ae647.tar.gz hercules-e6276c539a165616071dc46355a9579d4a7ae647.tar.bz2 hercules-e6276c539a165616071dc46355a9579d4a7ae647.tar.xz hercules-e6276c539a165616071dc46355a9579d4a7ae647.zip |
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
* Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name)
* Implemented a generic framework for parsing delimited db files (allows specifying min/max column ranges and max number of rows to read)
* Corrected a typo in quest_update_objective()
* Cleaned up pc.c a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12599 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 4c79831af..9eaec89a1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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. 2008/04/15 + * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) + * Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name) + * Implemented a generic framework for parsing delimited db files + - allows specifying min/max column ranges and max number of rows to read + * Cleaned up pc.c a bit [ultramage] * Updated item_db.sql to latest [Toms] 2008/04/14 * Fixed a possible crash in char_sql. (since r12575, later modified in r12590). [FlavioJS] |