diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-06 20:51:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-06 20:51:01 +0000 |
commit | 531c41a41d40857359bda2f35ce3d51539d9fee8 (patch) | |
tree | f4fd52c3b255b343b6bedf62cfeeff92a605f763 /Changelog-Trunk.txt | |
parent | da7e5884ad5c3fcb098a566761a7599ed495f834 (diff) | |
download | hercules-531c41a41d40857359bda2f35ce3d51539d9fee8.tar.gz hercules-531c41a41d40857359bda2f35ce3d51539d9fee8.tar.bz2 hercules-531c41a41d40857359bda2f35ce3d51539d9fee8.tar.xz hercules-531c41a41d40857359bda2f35ce3d51539d9fee8.zip |
* Cleaned up some nasty code related to skill_blown
- split 'direction' value from flags
- moved (almost) entire direction calculating code to the outside
- bowling bash now has the 'suck-in' effect (knockback is now done in the direction you were last facing, not in your-target direction)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10861 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 91dd25ec4..b186aed0d 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/07/06 + * Cleaned up some nasty code related to skill_blown + - split 'direction' value from flags + - moved (almost) entire direction calculating code to the outside + - bowling bash now has the 'suck-in' effect (knockback is now done + in the direction you were last facing, not in your-target direction) 2007/07/05 * Fixed pet equip and pet hairstyle packet sends [ultramage] * Fixed NPC_STOP's visual effect not clearing when the status ends |