diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-26 13:47:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-26 13:47:01 +0000 |
commit | 0fcfb97f9aab16e782440a9f785dba45e89213d4 (patch) | |
tree | 1d0ef7139d9fdc002cadfaac407bbabed478a14d /Changelog-Trunk.txt | |
parent | b6217a50d072c2f2dd9f127ef95b24216bd1dff6 (diff) | |
download | hercules-0fcfb97f9aab16e782440a9f785dba45e89213d4.tar.gz hercules-0fcfb97f9aab16e782440a9f785dba45e89213d4.tar.bz2 hercules-0fcfb97f9aab16e782440a9f785dba45e89213d4.tar.xz hercules-0fcfb97f9aab16e782440a9f785dba45e89213d4.zip |
- Autospells will now again check for the skill's nk value, so that skills tagged "nodamage" skills will not trigger autospells.
- A bit of cleaning in pc_equippoint
- Corrected clif_item_sub so that pet eggs will correctly be sent as equipment (fixes them showing up "broken" and with random refine levels)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7341 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 52fc99590..f575040eb 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.
2006/06/26
+ * Autospells will now again check for the skill's nk value, so that skills
+ tagged "nodamage" skills will not trigger autospells. [Skotlex]
+ * Corrected clif_item_sub so that pet eggs will correctly be sent as
+ equipment (fixes them showing up "broken" and with random refine levels)
+ [Skotlex]
* [Added]:
- buildin_unitkill just for kicks. [Lance]
|