diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-23 14:40:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-23 14:40:22 +0000 |
commit | 67e3647db031dabdb4b300e24ce3d23af4b4889b (patch) | |
tree | 2d9feb6f6be00d0297619c6fbdf0fc283486048a /Changelog-Trunk.txt | |
parent | c6b5397e443179b28e6e094452fd4966ceb36798 (diff) | |
download | hercules-67e3647db031dabdb4b300e24ce3d23af4b4889b.tar.gz hercules-67e3647db031dabdb4b300e24ce3d23af4b4889b.tar.bz2 hercules-67e3647db031dabdb4b300e24ce3d23af4b4889b.tar.xz hercules-67e3647db031dabdb4b300e24ce3d23af4b4889b.zip |
- A skill's walk delay will also delay your can-attack time when the skill connects, since this is the behaviour of Sonic Blows as described by Tharis.
- Added missing declaration of merc_get_hom_viewdata in mercenary.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9698 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 3cefe4a30..6eb33753f 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. 2007/01/23 + * A skill's walk delay will also delay your can-attack time when the skill + connects, since this is the behaviour of Sonic Blows as described by + Tharis. * Added view_data support to mercenary.*, so that the Homunculus entries are no longer required on the mob_db. * Added the status icon to NPC_CHANGEUNDEAD and the Flee/Hit foods. |