From 81bfd765e184f20e8345bbc8129fb9d728425cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 24 Feb 2022 15:58:36 -0700 Subject: [PATCH] Fix table name --- data/sql/db-characters/trasmorg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/db-characters/trasmorg.sql b/data/sql/db-characters/trasmorg.sql index 3cfbf59..1191f49 100644 --- a/data/sql/db-characters/trasmorg.sql +++ b/data/sql/db-characters/trasmorg.sql @@ -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`)