Fix table name

This commit is contained in:
郑佩茹
2022-02-24 15:58:36 -07:00
parent 03178103b0
commit 81bfd765e1

View File

@@ -19,7 +19,7 @@ CREATE TABLE IF NOT EXISTS `custom_transmogrification_sets` (
PRIMARY KEY (`Owner`,`PresetID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='6_1';
CREATE TABLE IF NOT EXISTS `custom_transmog_unlocked_appearances` (
CREATE TABLE IF NOT EXISTS `custom_unlocked_appearances` (
`account_id` int(10) unsigned NOT NULL,
`item_template_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`account_id`, `item_template_id`)