summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 02:58:40 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 02:58:40 +0000
commitb97753dfe8dec3dc954f8f44c039cd994e59a1b0 (patch)
tree5defc680e9cbfbce4f937aead79666290b85bf31 /Changelog-Trunk.txt
parenta5e721f8cf55f3e174f70412ef4a6f11aaa40a59 (diff)
downloadhercules-b97753dfe8dec3dc954f8f44c039cd994e59a1b0.tar.gz
hercules-b97753dfe8dec3dc954f8f44c039cd994e59a1b0.tar.bz2
hercules-b97753dfe8dec3dc954f8f44c039cd994e59a1b0.tar.xz
hercules-b97753dfe8dec3dc954f8f44c039cd994e59a1b0.zip
- Fixed Spider Web fire damage bonus.
- Made Global chat always reply back to you even on @/# commands, this prevents the client from muting yourself due to "hack". However, this same fix isn't easily applicable to @ commands invoked from whispers or party/guild messages, those are still pending. - Some fixes in socket.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8801 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 0f63b0524..a8dc00b14 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/09/18
+ * Fixed Spider Web fire damage bonus. [Skotlex]
+ * Made Global chat always reply back to you even on @/# commands, this
+ prevents the client from muting yourself due to "hack". However, this same
+ fix isn't easily applicable to @ commands invoked from whispers or
+ party/guild messages, those are still pending. [Skotlex]
* Merged Meruru's update to socket.c, which includes a rewritten parse
function, which should hopefully be more efficient than the previous code.
[Skotlex]