diff --git a/sql-files/main.sql b/sql-files/main.sql index d29f05a2e28..2fa6f1332b6 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -121,7 +121,7 @@ CREATE TABLE IF NOT EXISTS `autotrade_merchants` ( -- Table structure for table `char_achievements` -- -CREATE TABLE `char_achievements` ( +CREATE TABLE IF NOT EXISTS `char_achievements` ( `char_id` INT(11) UNSIGNED NOT NULL, `ach_id` INT(11) UNSIGNED NOT NULL, `completed_at` INT(10) UNSIGNED NOT NULL DEFAULT '0',