diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-28 13:13:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-28 13:13:42 +0000 |
commit | 42920b57960ba73431fc71de217058a64c6a3871 (patch) | |
tree | 99ba2f6e76d284a43cd13ac94fdc00d317f5df5b /Changelog-Trunk.txt | |
parent | 83a75b6e94e5092edbdce71ddf2cba16a747e4fc (diff) | |
download | hercules-42920b57960ba73431fc71de217058a64c6a3871.tar.gz hercules-42920b57960ba73431fc71de217058a64c6a3871.tar.bz2 hercules-42920b57960ba73431fc71de217058a64c6a3871.tar.xz hercules-42920b57960ba73431fc71de217058a64c6a3871.zip |
- Applied the required changes to handle def as a signed char (allows for negative def)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11837 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8ebade1dd..8be08d873 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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. 2007/11/28 + * Applied the required changes to handle def as a signed char (allows for + negative def) * Corrected skill_check_condition to not delete items right away for certain skills that do the deletion themselves. Fixes several skills consuming items twice. |