diff options
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrade_svn15885.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn15885.sql b/sql-files/upgrade_svn15885.sql index 7f1666c79..48b25b5a7 100644 --- a/sql-files/upgrade_svn15885.sql +++ b/sql-files/upgrade_svn15885.sql @@ -21,4 +21,4 @@ CREATE TABLE IF NOT EXISTS `elemental` ( `luk` smallint(4) unsigned NOT NULL default '0', `life_time` int(11) NOT NULL default '0', PRIMARY KEY (`ele_id`) -) ENGINE=MyISAM;
\ No newline at end of file +) ENGINE=MyISAM; |