diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-29 19:03:46 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-29 19:03:46 +0000 |
commit | c08b660041e4a6b2f78715c3f50e6b64619d3ccd (patch) | |
tree | 9b5237fe457d261fcb16c501be19f9c470ca900d /Changelog-Trunk.txt | |
parent | f722ebf848436d298e2eac8f6b889d51678be52c (diff) | |
download | hercules-c08b660041e4a6b2f78715c3f50e6b64619d3ccd.tar.gz hercules-c08b660041e4a6b2f78715c3f50e6b64619d3ccd.tar.bz2 hercules-c08b660041e4a6b2f78715c3f50e6b64619d3ccd.tar.xz hercules-c08b660041e4a6b2f78715c3f50e6b64619d3ccd.zip |
- Changed checks of item's identify field from 0/1 to 0/non-zero
- Corrected TK_JUMPKICK to place the caster on the tile next to the target rather than on top of it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6382 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 c3108b1f1..cfb9b523b 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.
2006/04/29
+ * Changed checks of item's identify field from 0/1 to 0/non-zero [Skotlex]
+ * Corrected TK_JUMPKICK to place the caster on the tile next to the target
+ rather than on top of it. [Skotlex]
* Small change in pc_calc_skilltree which should fix the infinite loop...
[Skotlex]
* Added @noask command: enable/disable deals/invites autorejecting.
|