summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-29 03:17:54 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-29 03:17:54 +0000
commit36ea9e9c13d9f29203ba8c85a7f751f2433f5950 (patch)
tree3958363d7189219922b44ce52b64df9310ec9378 /Changelog-Trunk.txt
parent458fb6a34f3cb970c298c868f4f2cd40a85807fd (diff)
downloadhercules-36ea9e9c13d9f29203ba8c85a7f751f2433f5950.tar.gz
hercules-36ea9e9c13d9f29203ba8c85a7f751f2433f5950.tar.bz2
hercules-36ea9e9c13d9f29203ba8c85a7f751f2433f5950.tar.xz
hercules-36ea9e9c13d9f29203ba8c85a7f751f2433f5950.zip
Force a map_quit() call on the session data after a block/ban/changesex/acc deletion to remove leftovers of a player's session caused by when the fd has already been set to eof (player is not connected) but session data is kept (e.g. autotrading).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 2e33c0ef0..375539af0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ 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.
2010/08/28
+ * Force a map_quit() call on the session data after a block/ban/changesex/acc deletion to remove leftovers of a player's session
+ caused by when the fd has already been set to eof (player is not connected) but session data is kept (e.g. autotrading). [Paradox924X]
* Replaced a map_moveblock() call with a call to unit_movepos() to prevent an exploit. [Paradox924X]
2010/08/26
* Rev. 14395 instance_npcname will now error if the NPC being looked up is not found, care of ramsey. [L0ne_W0lf]