diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-29 22:00:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-29 22:00:51 +0000 |
commit | 8a9600ded15d1846c9e38de0b660a0f6a72e20a9 (patch) | |
tree | 2f580058851d7028bef31d2c570aa62c1f955141 /Changelog-Trunk.txt | |
parent | 9d6ca2f45f252753ae27650565dd3728f14d3bf3 (diff) | |
download | hercules-8a9600ded15d1846c9e38de0b660a0f6a72e20a9.tar.gz hercules-8a9600ded15d1846c9e38de0b660a0f6a72e20a9.tar.bz2 hercules-8a9600ded15d1846c9e38de0b660a0f6a72e20a9.tar.xz hercules-8a9600ded15d1846c9e38de0b660a0f6a72e20a9.zip |
- Corrected the homunculus deletion functions so that the homunculus is deleted together with the character.
- Added npc_check_areanpc so that Wand of Hermod will correctly check for nearby warps.
- Emergency avoid now stacks with other speed boost statuses
- Item skills and skills that bring up a menu now are cleared on death.
- Minor cleanings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9742 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9c8d45b60..41a39e39d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/29 + * Corrected the homunculus deletion functions so that the homunculus is + deleted together with the character. + * Added npc_check_areanpc so that Wand of Hermod will correctly check for + nearby warps. + * Emergency avoid now stacks with other speed boost statuses + * Item skills and skills that bring up a menu now are cleared on death. + [Skotlex] * Added a nasty hack to prevent multilanguage clients from breaking guild notices 2007/01/27 * Made @reloadscript wipe ALL previous mobs that the script engine spawned |