diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-12 16:10:15 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-12 16:10:15 +0000 |
commit | 162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1 (patch) | |
tree | f0cdd949fa860b66678f2b1d8c59464ce3b733d5 /Changelog-Trunk.txt | |
parent | 617311ef61537ed544e53e81956b8d687e8b8789 (diff) | |
download | hercules-162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1.tar.gz hercules-162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1.tar.bz2 hercules-162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1.tar.xz hercules-162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1.zip |
- Corrected the new packet version entries for skilluseposinfo
- Corrected item reloading not unsetting the "delay consume" flag if the item had changed it's type.
- the Attack_Type variable in skill_attack now inherits the damage.flag properties, this fixes ranged status effects not triggering.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9992 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4c373bf71..f04e237a1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/03/13 + * Corrected the new packet version entries for skilluseposinfo + * Corrected item reloading not unsetting the "delay consume" flag if the + item had changed it's type. + * the Attack_Type variable in skill_attack now inherits the damage.flag + properties, this fixes ranged status effects not triggering. 2007/03/12 * Added player not attached crash prevention to countitem/countitem2. * Probably corrected delitem not deleting pet eggs at all. |