@@ -1891,6 +1891,89 @@ LOCK TABLES `character_trait_entry` WRITE;
18911891/* !40000 ALTER TABLE `character_trait_entry` ENABLE KEYS */ ;
18921892UNLOCK TABLES;
18931893
1894+ --
1895+ -- Table structure for table `character_transmog_outfit`
1896+ --
1897+
1898+ DROP TABLE IF EXISTS ` character_transmog_outfit` ;
1899+ /* !40101 SET @saved_cs_client = @@character_set_client */ ;
1900+ /* !50503 SET character_set_client = utf8mb4 */ ;
1901+ CREATE TABLE `character_transmog_outfit ` (
1902+ ` guid` bigint NOT NULL ,
1903+ ` transmogOutfitId` int NOT NULL ,
1904+ ` name` varchar (16 ) COLLATE utf8mb4_unicode_ci NOT NULL ,
1905+ ` icon` int NOT NULL ,
1906+ ` situationsEnabled` tinyint (1 ) NOT NULL ,
1907+ PRIMARY KEY (` guid` ,` transmogOutfitId` )
1908+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_unicode_ci;
1909+ /* !40101 SET character_set_client = @saved_cs_client */ ;
1910+
1911+ --
1912+ -- Dumping data for table `character_transmog_outfit`
1913+ --
1914+
1915+ LOCK TABLES ` character_transmog_outfit` WRITE;
1916+ /* !40000 ALTER TABLE `character_transmog_outfit` DISABLE KEYS */ ;
1917+ /* !40000 ALTER TABLE `character_transmog_outfit` ENABLE KEYS */ ;
1918+ UNLOCK TABLES;
1919+
1920+ --
1921+ -- Table structure for table `character_transmog_outfit_situation`
1922+ --
1923+
1924+ DROP TABLE IF EXISTS ` character_transmog_outfit_situation` ;
1925+ /* !40101 SET @saved_cs_client = @@character_set_client */ ;
1926+ /* !50503 SET character_set_client = utf8mb4 */ ;
1927+ CREATE TABLE `character_transmog_outfit_situation ` (
1928+ ` guid` bigint NOT NULL ,
1929+ ` transmogOutfitId` int NOT NULL ,
1930+ ` situationID` int NOT NULL ,
1931+ ` specID` int NOT NULL ,
1932+ ` loadoutID` int NOT NULL ,
1933+ ` equipmentSetID` int NOT NULL ,
1934+ PRIMARY KEY (` guid` ,` transmogOutfitId` ,` situationID` ,` specID` ,` loadoutID` ,` equipmentSetID` )
1935+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_unicode_ci;
1936+ /* !40101 SET character_set_client = @saved_cs_client */ ;
1937+
1938+ --
1939+ -- Dumping data for table `character_transmog_outfit_situation`
1940+ --
1941+
1942+ LOCK TABLES ` character_transmog_outfit_situation` WRITE;
1943+ /* !40000 ALTER TABLE `character_transmog_outfit_situation` DISABLE KEYS */ ;
1944+ /* !40000 ALTER TABLE `character_transmog_outfit_situation` ENABLE KEYS */ ;
1945+ UNLOCK TABLES;
1946+
1947+ --
1948+ -- Table structure for table `character_transmog_outfit_slot`
1949+ --
1950+
1951+ DROP TABLE IF EXISTS ` character_transmog_outfit_slot` ;
1952+ /* !40101 SET @saved_cs_client = @@character_set_client */ ;
1953+ /* !50503 SET character_set_client = utf8mb4 */ ;
1954+ CREATE TABLE `character_transmog_outfit_slot ` (
1955+ ` guid` bigint NOT NULL ,
1956+ ` transmogOutfitId` int NOT NULL ,
1957+ ` slot` tinyint NOT NULL ,
1958+ ` slotOption` tinyint NOT NULL ,
1959+ ` itemModifiedAppearanceID` int NOT NULL ,
1960+ ` appearanceDisplayType` tinyint NOT NULL ,
1961+ ` spellItemEnchantmentID` int NOT NULL ,
1962+ ` illusionDisplayType` tinyint NOT NULL ,
1963+ ` flags` int NOT NULL ,
1964+ PRIMARY KEY (` guid` ,` transmogOutfitId` ,` slot` ,` slotOption` )
1965+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_unicode_ci;
1966+ /* !40101 SET character_set_client = @saved_cs_client */ ;
1967+
1968+ --
1969+ -- Dumping data for table `character_transmog_outfit_slot`
1970+ --
1971+
1972+ LOCK TABLES ` character_transmog_outfit_slot` WRITE;
1973+ /* !40000 ALTER TABLE `character_transmog_outfit_slot` DISABLE KEYS */ ;
1974+ /* !40000 ALTER TABLE `character_transmog_outfit_slot` ENABLE KEYS */ ;
1975+ UNLOCK TABLES;
1976+
18941977--
18951978-- Table structure for table `character_transmog_outfits`
18961979--
@@ -2043,6 +2126,8 @@ CREATE TABLE `characters` (
20432126 ` personalTabardBorderStyle` int NOT NULL DEFAULT ' -1' ,
20442127 ` personalTabardBorderColor` int NOT NULL DEFAULT ' -1' ,
20452128 ` personalTabardBackgroundColor` int NOT NULL DEFAULT ' -1' ,
2129+ ` transmogOutfitEquippedId` int NOT NULL DEFAULT ' 2' ,
2130+ ` transmogOutfitLocked` tinyint (1 ) NOT NULL DEFAULT ' 0' ,
20462131 PRIMARY KEY (` guid` ),
20472132 UNIQUE KEY ` idx_name` (` name` ),
20482133 KEY ` idx_account` (` account` ),
@@ -3832,7 +3917,8 @@ INSERT INTO `updates` VALUES
38323917(' 2025_11_25_00_characters.sql' ,' A0C04B2404B1832421402F78436DDC4AA18EBAD8' ,' ARCHIVED' ,' 2025-11-25 22:28:32' ,0 ),
38333918(' 2026_01_14_00_characters.sql' ,' FF5D889A41BBD9F9827489DEC08BCA9DB457933E' ,' ARCHIVED' ,' 2026-01-14 23:40:33' ,0 ),
38343919(' 2026_01_28_00_characters.sql' ,' 807B6622970E81089806C3B45C6C7A32EF531BCA' ,' ARCHIVED' ,' 2026-01-25 21:53:51' ,0 ),
3835- (' 2026_02_06_00_characters.sql' ,' 90735F4481A137E79B8371F291008CF6051657AC' ,' ARCHIVED' ,' 2026-02-06 12:45:48' ,0 );
3920+ (' 2026_02_06_00_characters.sql' ,' 90735F4481A137E79B8371F291008CF6051657AC' ,' ARCHIVED' ,' 2026-02-06 12:45:48' ,0 ),
3921+ (' 2026_03_21_00_characters.sql' ,' 87963F4E341B195D4B4C4514A3119092DF127431' ,' RELEASED' ,' 2026-03-21 00:42:13' ,0 );
38363922/* !40000 ALTER TABLE `updates` ENABLE KEYS */ ;
38373923UNLOCK TABLES;
38383924
0 commit comments