summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn11018.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn11018.sql')
-rw-r--r--sql-files/upgrade_svn11018.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn11018.sql b/sql-files/upgrade_svn11018.sql
index 176d7e12d..8c2a4c2d9 100644
--- a/sql-files/upgrade_svn11018.sql
+++ b/sql-files/upgrade_svn11018.sql
@@ -7,4 +7,4 @@ CREATE TABLE `hotkey` (
`skill_lvl` TINYINT(4) unsigned NOT NULL default '0',
PRIMARY KEY (`char_id`,`hotkey`),
INDEX (`char_id`)
-) TYPE=MYISAM;
+) ENGINE=MYISAM;