diff options
-rw-r--r-- | sql-files/main.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index d29f05a2e..2fa6f1332 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', |