summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-12 21:18:09 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-12 21:18:09 +0000
commit3300d6861d4402be626816af041a8a1e1a1cfc48 (patch)
tree5dd9c465f304a3ff55eb8bdaec94f68e4f2f7249 /Changelog-Trunk.txt
parent53c3ffb76f89f96279ddd950b2b3d011e854b4e1 (diff)
downloadhercules-3300d6861d4402be626816af041a8a1e1a1cfc48.tar.gz
hercules-3300d6861d4402be626816af041a8a1e1a1cfc48.tar.bz2
hercules-3300d6861d4402be626816af041a8a1e1a1cfc48.tar.xz
hercules-3300d6861d4402be626816af041a8a1e1a1cfc48.zip
- Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible with Mysql 4 installations.
- case_sensitive is now off by default due to performance issues. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8726 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 c16b0ffa5..8e5358c99 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.
2006/09/12
+ * Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible
+ with Mysql 4 installations. [Skotlex]
* Moved the morph restrictions from skill_additional_effect to
mob_class_change, so that SA_MONOCELL will not convert clones, emperium, or
treasure boxes. [Skotlex]