From c2293db51e75278b2303b0f0f5a1032f9e54cf7e Mon Sep 17 00:00:00 2001 From: "Mr.Postman" Date: Sun, 14 Jul 2013 07:19:36 +0700 Subject: Fixed missing table --- sql-files/tools/convert_engine_innodb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-files/tools/convert_engine_innodb.sql b/sql-files/tools/convert_engine_innodb.sql index 5d74b9309..71b58fd34 100644 --- a/sql-files/tools/convert_engine_innodb.sql +++ b/sql-files/tools/convert_engine_innodb.sql @@ -20,7 +20,7 @@ ALTER TABLE `guild_storage` ENGINE = InnoDB; ALTER TABLE `homunculus` ENGINE = InnoDB; ALTER TABLE `hotkey` ENGINE = InnoDB; ALTER TABLE `interlog` ENGINE = InnoDB; -ALTER TABLE `intereg` ENGINE = InnoDB; +ALTER TABLE `interreg` ENGINE = InnoDB; ALTER TABLE `inventory` ENGINE = InnoDB; ALTER TABLE `ipbanlist` ENGINE = InnoDB; #ALTER TABLE `item_db` ENGINE = InnoDB; -- cgit v1.2.3-60-g2f50