mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
* Fix potential import error for vehicle_accessory table
* Thanks Riccardo --HG-- branch : trunk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DROP TABLE `vehicle_accessory`;
|
||||
DROP TABLE IF EXISTS `vehicle_accessory`;
|
||||
CREATE TABLE `vehicle_accessory` (
|
||||
`entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0,
|
||||
`accessory_entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user