summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-12 23:15:27 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-12 23:15:27 +0000
commit7fed7ca773550e124e256a6c976ea2762cf9498b (patch)
tree48d5d5ebd6d50b46fb58c5231acf95544c35c2cc /Changelog-Trunk.txt
parent96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5 (diff)
downloadhercules-7fed7ca773550e124e256a6c976ea2762cf9498b.tar.gz
hercules-7fed7ca773550e124e256a6c976ea2762cf9498b.tar.bz2
hercules-7fed7ca773550e124e256a6c976ea2762cf9498b.tar.xz
hercules-7fed7ca773550e124e256a6c976ea2762cf9498b.zip
* Fixed wrong index calculation in TXT char creation code (ref: r11410)
* Fixed SQL itemdb loading crash on NULL columns (ref: 11398) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11434 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 f1f977491..9bd05d8a3 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.
2007/10/12
+ * Fixed wrong index calculation in TXT char creation code (ref: r11410)
+ * Fixed SQL itemdb loading crash on NULL column (ref: 11398) [ultramage]
* Updated the skill_delayfix function to behave as recently discovered by
Tharis: Skills with no delay set will use amotion ONLY if the skill was
instant-casted. [Skotlex]