TDB 1127.26011 - 2026/01/14

This commit is contained in:
TDB Release
2026-01-14 23:46:07 +00:00
parent 180646025e
commit 8d31f000f7
124 changed files with 93 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 8.0.44, for Linux (x86_64)
--
-- Host: localhost Database: hotfixes
-- ------------------------------------------------------
-- Server version 8.0.43-0ubuntu0.22.04.2
-- Server version 8.0.44-0ubuntu0.22.04.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -2304,6 +2304,7 @@ CREATE TABLE `conditional_content_tuning` (
`OrderIndex` int NOT NULL DEFAULT '0',
`RedirectContentTuningID` int NOT NULL DEFAULT '0',
`RedirectFlag` int NOT NULL DEFAULT '0',
`RedirectEnum` int NOT NULL DEFAULT '0',
`ParentContentTuningID` int unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
@@ -4232,6 +4233,7 @@ CREATE TABLE `gossip_npc_option` (
`TraitTreeID` int NOT NULL DEFAULT '0',
`ProfessionID` int NOT NULL DEFAULT '0',
`Unknown_1002_14` int NOT NULL DEFAULT '0',
`NeighborhoodMapID` int NOT NULL DEFAULT '0',
`SkillLineID` int NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
@@ -4569,6 +4571,7 @@ CREATE TABLE `item` (
`ContentTuningID` int NOT NULL DEFAULT '0',
`ModifiedCraftingReagentItemID` int NOT NULL DEFAULT '0',
`CraftingQualityID` int NOT NULL DEFAULT '0',
`Unknown1127` int NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -5058,6 +5061,7 @@ CREATE TABLE `item_effect` (
`SpellCategoryID` smallint unsigned NOT NULL DEFAULT '0',
`SpellID` int NOT NULL DEFAULT '0',
`ChrSpecializationID` smallint unsigned NOT NULL DEFAULT '0',
`PlayerConditionID` int NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -5342,6 +5346,7 @@ CREATE TABLE `item_scaling_config` (
`ItemLevel` int NOT NULL DEFAULT '0',
`RequiredLevel` int NOT NULL DEFAULT '0',
`Unknown1125` int NOT NULL DEFAULT '0',
`Flags` int NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`VerifiedBuild`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -5560,6 +5565,7 @@ CREATE TABLE `item_sparse` (
`PlayerLevelToItemLevelCurveID` int NOT NULL DEFAULT '0',
`ItemLevelOffsetCurveID` int NOT NULL DEFAULT '0',
`ItemLevelOffsetItemLevel` int NOT NULL DEFAULT '0',
`Unknown1127` int NOT NULL DEFAULT '0',
`ItemNameDescriptionID` smallint unsigned NOT NULL DEFAULT '0',
`RequiredTransmogHoliday` smallint unsigned NOT NULL DEFAULT '0',
`RequiredHoliday` smallint unsigned NOT NULL DEFAULT '0',
@@ -6395,11 +6401,14 @@ CREATE TABLE `map_challenge_mode` (
`ID` int unsigned NOT NULL DEFAULT '0',
`MapID` smallint unsigned NOT NULL DEFAULT '0',
`Flags` int NOT NULL DEFAULT '0',
`MaxMedals` int NOT NULL DEFAULT '0',
`ExpansionLevel` int unsigned NOT NULL DEFAULT '0',
`RequiredWorldStateID` int NOT NULL DEFAULT '0',
`CriteriaCount1` smallint NOT NULL DEFAULT '0',
`CriteriaCount2` smallint NOT NULL DEFAULT '0',
`CriteriaCount3` smallint NOT NULL DEFAULT '0',
`CriteriaCount4` smallint NOT NULL DEFAULT '0',
`CriteriaCount5` smallint NOT NULL DEFAULT '0',
`FirstRewardQuestID1` int NOT NULL DEFAULT '0',
`FirstRewardQuestID2` int NOT NULL DEFAULT '0',
`FirstRewardQuestID3` int NOT NULL DEFAULT '0',
@@ -9441,6 +9450,7 @@ CREATE TABLE `spell_visual` (
`MissileImpactOffset1` float NOT NULL DEFAULT '0',
`MissileImpactOffset2` float NOT NULL DEFAULT '0',
`MissileImpactOffset3` float NOT NULL DEFAULT '0',
`StateKit` int NOT NULL DEFAULT '0',
`AnimEventSoundID` int unsigned NOT NULL DEFAULT '0',
`Flags` int NOT NULL DEFAULT '0',
`MissileAttachment` tinyint NOT NULL DEFAULT '0',
@@ -11304,4 +11314,4 @@ CREATE TABLE `world_state_expression` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-10-29 6:57:07
-- Dump completed on 2026-01-14 23:40:39

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 8.0.44, for Linux (x86_64)
--
-- Host: localhost Database: world
-- ------------------------------------------------------
-- Server version 8.0.43-0ubuntu0.22.04.2
-- Server version 8.0.44-0ubuntu0.22.04.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -644,9 +644,9 @@ CREATE TABLE `creature_addon` (
`SheathState` tinyint unsigned NOT NULL DEFAULT '1',
`PvPFlags` tinyint unsigned NOT NULL DEFAULT '0',
`emote` int unsigned NOT NULL DEFAULT '0',
`aiAnimKit` smallint NOT NULL DEFAULT '0',
`movementAnimKit` smallint NOT NULL DEFAULT '0',
`meleeAnimKit` smallint NOT NULL DEFAULT '0',
`aiAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`movementAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`meleeAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`visibilityDistanceType` tinyint unsigned NOT NULL DEFAULT '0',
`auras` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`guid`)
@@ -1023,9 +1023,9 @@ CREATE TABLE `creature_template_addon` (
`SheathState` tinyint unsigned NOT NULL DEFAULT '1',
`PvPFlags` tinyint unsigned NOT NULL DEFAULT '0',
`emote` int unsigned NOT NULL DEFAULT '0',
`aiAnimKit` smallint NOT NULL DEFAULT '0',
`movementAnimKit` smallint NOT NULL DEFAULT '0',
`meleeAnimKit` smallint NOT NULL DEFAULT '0',
`aiAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`movementAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`meleeAnimKit` smallint unsigned NOT NULL DEFAULT '0',
`visibilityDistanceType` tinyint unsigned NOT NULL DEFAULT '0',
`auras` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`entry`)
@@ -1854,6 +1854,7 @@ CREATE TABLE `gameobject_template` (
`Data33` int NOT NULL DEFAULT '0',
`Data34` int NOT NULL DEFAULT '0',
`ContentTuningId` int NOT NULL DEFAULT '0',
`RequiredLevel` int NOT NULL DEFAULT '0',
`AIName` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ScriptName` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`StringId` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
@@ -2181,7 +2182,9 @@ CREATE TABLE `jump_charge_params` (
`id` int NOT NULL,
`speed` float NOT NULL DEFAULT '42',
`treatSpeedAsMoveTimeSeconds` tinyint(1) NOT NULL DEFAULT '0',
`jumpGravity` float NOT NULL DEFAULT '19.2911',
`unlimitedSpeed` tinyint(1) NOT NULL DEFAULT '0',
`minHeight` float DEFAULT NULL,
`maxHeight` float DEFAULT NULL,
`spellVisualId` int DEFAULT NULL,
`progressCurveId` int DEFAULT NULL,
`parabolicCurveId` int DEFAULT NULL,
@@ -3168,9 +3171,12 @@ CREATE TABLE `quest_objectives` (
`StorageIndex` tinyint NOT NULL DEFAULT '0',
`ObjectID` int NOT NULL DEFAULT '0',
`Amount` int NOT NULL DEFAULT '0',
`SecondaryAmount` int NOT NULL DEFAULT '0',
`Flags` int unsigned NOT NULL DEFAULT '0',
`Flags2` int unsigned NOT NULL DEFAULT '0',
`ProgressBarWeight` float NOT NULL DEFAULT '0',
`ParentObjectiveID` int NOT NULL DEFAULT '0',
`Visible` tinyint unsigned NOT NULL DEFAULT '1',
`Description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
@@ -3443,6 +3449,38 @@ CREATE TABLE `quest_reward_display_spell` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `quest_reward_house_decor`
--
DROP TABLE IF EXISTS `quest_reward_house_decor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `quest_reward_house_decor` (
`QuestID` int unsigned NOT NULL,
`OrderIndex` int NOT NULL,
`HouseDecorID` int NOT NULL,
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`QuestID`,`OrderIndex`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `quest_reward_house_room`
--
DROP TABLE IF EXISTS `quest_reward_house_room`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `quest_reward_house_room` (
`QuestID` int unsigned NOT NULL,
`OrderIndex` int NOT NULL,
`HouseRoomID` int NOT NULL,
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`QuestID`,`OrderIndex`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `quest_template`
--
@@ -4905,26 +4943,6 @@ SET @saved_cs_client = @@character_set_client;
1 AS `comment`*/;
SET character_set_client = @saved_cs_client;
--
-- Table structure for table `warden_checks`
--
DROP TABLE IF EXISTS `warden_checks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `warden_checks` (
`id` smallint unsigned NOT NULL AUTO_INCREMENT,
`type` tinyint unsigned DEFAULT NULL,
`str` varchar(170) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` int unsigned DEFAULT NULL,
`length` tinyint unsigned DEFAULT NULL,
`comment` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`data` binary(24) DEFAULT NULL,
`result` varbinary(24) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=791 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `waypoint_path`
--
@@ -5066,4 +5084,4 @@ CREATE TABLE `world_state` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-10-29 6:57:05
-- Dump completed on 2026-01-14 23:40:37