diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 18:25:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 18:25:51 +0000 |
commit | 655384295651f8611b0caa2022cbceac073c1b4d (patch) | |
tree | 52e83e9a3b8f9e83e5b0c13cc1e0d867805b79da /Changelog-Trunk.txt | |
parent | 7d405eceea92418239dadaaad37f7c38e26aab25 (diff) | |
download | hercules-655384295651f8611b0caa2022cbceac073c1b4d.tar.gz hercules-655384295651f8611b0caa2022cbceac073c1b4d.tar.bz2 hercules-655384295651f8611b0caa2022cbceac073c1b4d.tar.xz hercules-655384295651f8611b0caa2022cbceac073c1b4d.zip |
- Spider web can again be recasted on target.
- Modified Spider Web so it can instantly retrap a target, rather than idling on the ground waiting for a new target.
- Cleaned up some the rude-attacked code, being attacked while under spider web now triggers rude-attacked.
- Sped up the FrostJoke/Scream message length chat check.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9828 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d8ad259f0..fa0c353ea 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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. 2007/02/08 + * Modified Spider Web so it can instantly retrap a target, rather than + idling on the ground waiting for a new target. + * Cleaned up some the rude-attacked code, being attacked while under spider + web now triggers rude-attacked. [Skotlex] * Added a missing null pointer check in clif_parse_globalmessage * Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets |