diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 18:19:11 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 18:19:11 +0000 |
commit | 86419b56c3c04ee10b6c58906124a471b9853d8b (patch) | |
tree | 4c5e26d179d09370318bcf4ac0cad45e4927008b /npc | |
parent | 93344af48f44a7a3e535831318fe9c991a015ed4 (diff) | |
download | hercules-86419b56c3c04ee10b6c58906124a471b9853d8b.tar.gz hercules-86419b56c3c04ee10b6c58906124a471b9853d8b.tar.bz2 hercules-86419b56c3c04ee10b6c58906124a471b9853d8b.tar.xz hercules-86419b56c3c04ee10b6c58906124a471b9853d8b.zip |
* Removed code in socket.c that tries to avoid send buffer overloading, as there is a scenario (many players and charserver disconnect) where mass char saving produces huge ammounts of data to send (see r11503)
* Cleaned up player respawning code (bugreport:1022)
* Increased the max amount of different autocast skills from 5 to 10
* Added a missing function declaration, for real this time (followup to r12229)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12232 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index f4d704e60..a33b467a4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -8,7 +8,7 @@ Date Added - Added Dimensional Gorge map spawns (According to RO Future Wiki) - Updated Lighthalzen boss spawning mechanisim to official. - Fixed a small error in the novice potion exchanger. - - Resolves the following: bugreport:879 bugreport:973 bugreport:983 + - Resolves the following: bugreport:897 bugreport:973 bugreport:983 - bugreport:1013 bugreport:1021 bugreport:1024 bugreport:1026 2008/02/21 * Fixed Hugel Airship Staff from teleporting you to the wrong airplane. [Paradox924X] |