diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-05 18:07:31 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-05 18:07:31 +0000 |
commit | a7574756fd69e9935bbb98d0d0fe6c3d3645d71f (patch) | |
tree | df23a8e42a8a66d8334f3408f2ac445bc782a083 /Changelog-Trunk.txt | |
parent | 888584986b05b663898726aa5bf9f4ea9f3d8495 (diff) | |
download | hercules-a7574756fd69e9935bbb98d0d0fe6c3d3645d71f.tar.gz hercules-a7574756fd69e9935bbb98d0d0fe6c3d3645d71f.tar.bz2 hercules-a7574756fd69e9935bbb98d0d0fe6c3d3645d71f.tar.xz hercules-a7574756fd69e9935bbb98d0d0fe6c3d3645d71f.zip |
* update from Skotlex
- Fixed NPC_STOP's visual effect not clearing when the status ends
- Corrected @homshuffle making the skill tree be lost.
- Corrected homunculus skills being unusable if the master was sitting or inflicted by a disabling status (eg: petrify, stun)
- Some fixes to the cell no stacking mod (mainly mobs would just get stuck behind each other and not properly surround you)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10856 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2d0b23b32..91dd25ec4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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/07/05 + * Fixed pet equip and pet hairstyle packet sends [ultramage] + * Fixed NPC_STOP's visual effect not clearing when the status ends + * Corrected @homshuffle making the skill tree be lost. + * Corrected homunculus skills being unusable if the master was sitting or + inflicted by a disabling status (eg: petrify, stun) + * Some fixes to the cell no stacking mod (mainly mobs would just get stuck + behind each other and not properly surround you). [Skotlex] 2007/07/04 * Fixed a copy-paste typo messing up script variables pretty bad D: 2007/07/03 |