summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 21:51:56 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 21:51:56 +0000
commita4bb0c3ad6d6ba04cfe3f142da460bcf836e069f (patch)
tree0072a5eb971520d234780328481300fb9c84b359 /Changelog-Trunk.txt
parent69ebeeb417756359eee461ea9db90d96564d8536 (diff)
downloadhercules-a4bb0c3ad6d6ba04cfe3f142da460bcf836e069f.tar.gz
hercules-a4bb0c3ad6d6ba04cfe3f142da460bcf836e069f.tar.bz2
hercules-a4bb0c3ad6d6ba04cfe3f142da460bcf836e069f.tar.xz
hercules-a4bb0c3ad6d6ba04cfe3f142da460bcf836e069f.zip
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
* Added an option for parse_script to ignore the checks for the set of brackets around the script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11398 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 cab099369..977bd8f47 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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.
2007/10/10
+ * Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
+ * Added an option for parse_script to ignore the checks for the set of
+ brackets around the script. [FlavioJS]
* Removed 'into_abyss' effect on traps; tests show that it works ONLY
for Gemstones (tho' iRO website claims otherwise) - bugreport:171
- corrected code that was exploiting the flag as an 'expired' trap flag