diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-28 16:59:58 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-28 16:59:58 +0000 |
commit | 8c99e2802fa920d35514c522180c5164199b321a (patch) | |
tree | 448db595b6f66b65ee6efb8d7c7172e8512501ad /Changelog-Trunk.txt | |
parent | f83fd90579f5258ff145f9685499b67c5cd1fc68 (diff) | |
download | hercules-8c99e2802fa920d35514c522180c5164199b321a.tar.gz hercules-8c99e2802fa920d35514c522180c5164199b321a.tar.bz2 hercules-8c99e2802fa920d35514c522180c5164199b321a.tar.xz hercules-8c99e2802fa920d35514c522180c5164199b321a.zip |
Replaced a map_moveblock() call with a call to unit_movepos() to prevent an exploit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14396 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3cccc6059..2e33c0ef0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +2010/08/28 + * 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] * delitem/2 will now send the close button when failing to find all neccecary items to delete. |