summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-26 00:55:27 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-26 00:55:27 +0000
commit12a2e10be4b50362418551439d6486e4b8d5b09e (patch)
tree4ada919813c9a4701946791eec0c074e83958d38 /Changelog-Trunk.txt
parent64e26b2b25bb639414d16cc9d19703340790f76e (diff)
downloadhercules-12a2e10be4b50362418551439d6486e4b8d5b09e.tar.gz
hercules-12a2e10be4b50362418551439d6486e4b8d5b09e.tar.bz2
hercules-12a2e10be4b50362418551439d6486e4b8d5b09e.tar.xz
hercules-12a2e10be4b50362418551439d6486e4b8d5b09e.zip
* Fixed string variables dereferencing directly to the value instead of dereferencing to a copy of the value. (fixes bugreport:684 bugreport:641)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11976 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c120c17e4..ced81ce07 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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.
+2007/12/26
+ * Fixed string variables dereferencing directly to the value instead of
+ dereferencing to a copy of the value. (fixes bugreport:684 bugreport:641) [FlavioJS]
2007/12/23
* Added a generic vector implementation (dynamic array) based on defines. [FlavioJS]
* Fixed horrible handling of skill_abra_db which leads to memory corruption