diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-15 14:57:00 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-15 14:57:00 +0000 |
commit | 1d32419176a48215ee4ff9c45206c1ad39a032df (patch) | |
tree | 257850ff9a04a06546da69d6a5697e6f53f3dd56 /Changelog-Trunk.txt | |
parent | e6276c539a165616071dc46355a9579d4a7ae647 (diff) | |
download | hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.gz hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.bz2 hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.xz hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.zip |
Used a forward declaration of the struct quest instead of including mmo.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12600 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9eaec89a1..f78d86ec0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ 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 + * Added a forward declaration of the struct quest instead of including mmo.h [Toms] * 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 |