diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-25 23:06:06 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-25 23:06:06 +0000 |
commit | 017a81730336184d506b360e98641099be12c22a (patch) | |
tree | 86f1cd00c35411e637969c2bbe3e7cd091bb17e8 /Changelog-Trunk.txt | |
parent | 89d56e6b10b96d775ff976744d40e54a99b1a539 (diff) | |
download | hercules-017a81730336184d506b360e98641099be12c22a.tar.gz hercules-017a81730336184d506b360e98641099be12c22a.tar.bz2 hercules-017a81730336184d506b360e98641099be12c22a.tar.xz hercules-017a81730336184d506b360e98641099be12c22a.zip |
* Too large client packets, which would otherwise cause the client to crash, are now dropped and reported (bugreport:4391).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14503 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f1f4ac91b..2e95eb10f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/11/25 + * Too large client packets, which would otherwise cause the client to crash, are now dropped and reported (bugreport:4391). [Ai4rei] * Fixed a crash when an unknown map is encountered during parsing a 'script' npc and the script has mismatched curly braces (bugreport:4423, since r11502). [Ai4rei] * Fixed script commands attachrid and detachrid not updating the attached character's information about currently running script, causing errors with dialog-based scripts or preventing characters from walking (bugreport:4571). [Ai4rei] 2010/11/24 |