summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-04 07:19:47 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-04 07:19:47 +0000
commit210c7db380e555a76f06124056a79631cefaaae2 (patch)
tree4a94fea2d6254a611fc3ec0d6a08421e770c3cc5 /Changelog-Trunk.txt
parent44256c0db4fb625cef5f08a5530cfae74158cb85 (diff)
downloadhercules-210c7db380e555a76f06124056a79631cefaaae2.tar.gz
hercules-210c7db380e555a76f06124056a79631cefaaae2.tar.bz2
hercules-210c7db380e555a76f06124056a79631cefaaae2.tar.xz
hercules-210c7db380e555a76f06124056a79631cefaaae2.zip
Bug fixes for Auth Glitch and Map server crash through script warp when changing map servers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12473 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9267eb3d9..e162e620b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,15 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2008/04/04
+ * Bug fixes for Auth Glitch and Map server crash through script warp when
+ - changing map servers.
+ * When char receives the request to go back to char selection it sets
+ - the character as "at char select" in the online_char_db, and
+ - set_char_offline now deletes the entry in the online_char_db unless
+ - the user is at the character screen (to prevent unecessary callocs/frees.
+ * Script warp was just a simple misplacement of a free statement, freeing the
+ - users session data before the scripting subsystem was finished with it. [Kevin]
2008/04/03
* More login server work
- Renamed 'connect_until_time' to 'expiration_time'