diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-12 13:53:36 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-12 13:53:36 +0000 |
commit | 61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 (patch) | |
tree | e5e96cb038e15c45c42617c64dceaa53a5c138ce /Changelog-Trunk.txt | |
parent | 9fbe8dc7492c25bd0673d386e31982aa5026fdbc (diff) | |
download | hercules-61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5.tar.gz hercules-61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5.tar.bz2 hercules-61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5.tar.xz hercules-61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5.zip |
- Removed CART_MASK as OPTION_CART can take care of that.
- Moved the OPTION_MASK define to status.h
- Reverted the knockback implementation to use clif_slide instead of clif_fixpos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9469 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 b75908e3e..1e1fe2644 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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. +2006/12/12 + * Removed CART_MASK as OPTION_CART can take care of that. + * Moved the OPTION_MASK define to status.h + * Reverted the knockback implementation to use clif_slide instead of + clif_fixpos [Skotlex] 2006/12/11 * Added various missing checks when parsing several guild actions. * made @hominfo display the six basic stats. |