summaryrefslogtreecommitdiff
path: root/tools/mob_db.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mob_db.pl')
-rwxr-xr-xtools/mob_db.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mob_db.pl b/tools/mob_db.pl
index e6eb859c4..ebcf2b74b 100755
--- a/tools/mob_db.pl
+++ b/tools/mob_db.pl
@@ -67,7 +67,7 @@ CREATE TABLE `mob_db` (
`DropCardid` smallint(9) unsigned NOT NULL default '0',
`DropCardper` smallint(9) unsigned NOT NULL default '0',
PRIMARY KEY (`ID`)
-) TYPE=MyISAM;
+) ENGINE=MyISAM;
";
printf("%s\n",$create_table);
while ($ligne=<STDIN>)