aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzazel <azazel.kon@gmail.com>2011-03-17 09:38:58 +0600
committerAzazel <azazel.kon@gmail.com>2011-03-17 09:38:58 +0600
commit926106c095a48a2833c74b23a7a1e39d37b63a31 (patch)
treeee5b730f25a62326e3fcab9fd593edf60db31a86
parentd1434e383bfcebfa8534eb9dd65719d62e57d71d (diff)
Core/SQL: fix error in world_database.sql
-rw-r--r--sql/base/world_database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index b8343ec918c..6b362309d14 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -27806,7 +27806,7 @@ CREATE TABLE `vehicle_accessory` (
`seat_id` TINYINT(1) SIGNED NOT NULL DEFAULT 0,
`minion` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
`description` TEXT NOT NULL,
- PRIMARY KEY (`entry`, `seat_id`)
+ PRIMARY KEY (`accessory_entry`, `seat_id`)
)
COLLATE=utf8_general_ci
ENGINE=MyISAM