summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-06 22:43:15 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-06 22:43:15 +0000
commit53ff28bfc805862d09f32fa2f7b4330c7365e084 (patch)
treefd040b522986dba5845a735d79cac5c18b5a8263 /Changelog-Trunk.txt
parent54eb27fc3e1e3635e0905a2fc5735a2c77b19d98 (diff)
downloadhercules-53ff28bfc805862d09f32fa2f7b4330c7365e084.tar.gz
hercules-53ff28bfc805862d09f32fa2f7b4330c7365e084.tar.bz2
hercules-53ff28bfc805862d09f32fa2f7b4330c7365e084.tar.xz
hercules-53ff28bfc805862d09f32fa2f7b4330c7365e084.zip
Fixed a crash caused by a mistake in r11657 (bad macro -> function code conversion)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11690 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 62a6f4e02..2d29bf352 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.
+2007/11/06
+ * Fixed a crash caused by a mistake in the previous change
2007/11/05
* Changed skill db loading code to work similarly to how itemdb/mobdb
is loaded (generic file loader + specialized function to process rows)