diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-22 14:19:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-22 14:19:39 +0000 |
commit | a65e4681cd29db1d0936523cc8ff5646dc7dca5b (patch) | |
tree | 11f6e3b19a7a829252caa983e62a2ad4c19baf02 /Changelog-Trunk.txt | |
parent | 34f200c644ba8598448e20f4aa69a504e55d3c8f (diff) | |
download | hercules-a65e4681cd29db1d0936523cc8ff5646dc7dca5b.tar.gz hercules-a65e4681cd29db1d0936523cc8ff5646dc7dca5b.tar.bz2 hercules-a65e4681cd29db1d0936523cc8ff5646dc7dca5b.tar.xz hercules-a65e4681cd29db1d0936523cc8ff5646dc7dca5b.zip |
- Added support for the new "make new char" packet that has the rename button data. Thanks to Sara-chan for the format change update.
- Fixed itemdb.c sql compilation
- Now when you specify a max level beyond what the exp table has, the last entry of the exp table will be duplicated to fill in the remaining levels.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9558 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 6a4ea4e7d..222ae80a9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2006/12/22 + * Now when you specify a max level beyond what the exp table has, the last + entry of the exp table will be duplicated to fill in the remaining levels. + [Skotlex] * Change strncpy to memcpy when parsing switches in the script engine since it's guaranteed to be a word of that size (skip_word). * Made scriptlabel_db duplicate the key. When str_buf is reallocated, the |