diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 23:28:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 23:28:03 +0000 |
commit | d6f412e47f44df59adb315665bae64c22cf64bb0 (patch) | |
tree | 138f661a75a45ff55c5e2923347eee73844aa8de /Changelog-Trunk.txt | |
parent | f673ec583e417b7df360edd69baf51add58aa36b (diff) | |
download | hercules-d6f412e47f44df59adb315665bae64c22cf64bb0.tar.gz hercules-d6f412e47f44df59adb315665bae64c22cf64bb0.tar.bz2 hercules-d6f412e47f44df59adb315665bae64c22cf64bb0.tar.xz hercules-d6f412e47f44df59adb315665bae64c22cf64bb0.zip |
- Removed the fixpos packet sending when damaged. Aegis sends no such packet.
- Fixed warp-portal being unusable if it was invoked through an item script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6522 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b7b40f8e7..9565a1ba5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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/05/08
+ * Removed the fixpos packet which is sent whenever you are hit while moving
+ as Aegis doesn't sends this packet neither. [Skotlex]
* ES magic will now put the caster on stun for 0.5 secs regardless of
whether the skill-target is a mob or not. [Skotlex]
* Added function clif_party_join_info which sends packet 0x1e9 each time a
|