mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
TDB 1120.25081 - 2025/08/16
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
--
|
||||
-- Host: localhost Database: hotfixes
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.0.42-0ubuntu0.22.04.1
|
||||
-- Server version 8.0.42-0ubuntu0.22.04.2
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
@@ -269,7 +269,7 @@ DROP TABLE IF EXISTS `animation_data`;
|
||||
CREATE TABLE `animation_data` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Fallback` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`BehaviorTier` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`BehaviorTier` tinyint NOT NULL DEFAULT '0',
|
||||
`BehaviorID` smallint NOT NULL DEFAULT '0',
|
||||
`Flags1` int NOT NULL DEFAULT '0',
|
||||
`Flags2` int NOT NULL DEFAULT '0',
|
||||
@@ -1044,15 +1044,23 @@ CREATE TABLE `azerite_unlock_mapping` (
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Table structure for table `bank_bag_slot_prices`
|
||||
-- Table structure for table `bank_tab`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `bank_bag_slot_prices`;
|
||||
DROP TABLE IF EXISTS `bank_tab`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `bank_bag_slot_prices` (
|
||||
CREATE TABLE `bank_tab` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Cost` int unsigned NOT NULL DEFAULT '0',
|
||||
`Cost` bigint unsigned NOT NULL DEFAULT '0',
|
||||
`BankType` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`OrderIndex` tinyint NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` int NOT NULL DEFAULT '0',
|
||||
`PurchasePromptTitle` int NOT NULL DEFAULT '0',
|
||||
`PurchasePromptBody` int NOT NULL DEFAULT '0',
|
||||
`PurchasePromptConfirmation` int NOT NULL DEFAULT '0',
|
||||
`TabCleanupConfirmation` int NOT NULL DEFAULT '0',
|
||||
`TabNameEditBoxHeader` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -1069,7 +1077,7 @@ CREATE TABLE `banned_addons` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Version` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Flags` tinyint unsigned 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;
|
||||
@@ -1489,6 +1497,7 @@ CREATE TABLE `cfg_regions` (
|
||||
`Raidorigin` int unsigned NOT NULL DEFAULT '0',
|
||||
`RegionGroupMask` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`ChallengeOrigin` int unsigned NOT NULL DEFAULT '0',
|
||||
`TimeEventRegionGroupID` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -1543,7 +1552,7 @@ CREATE TABLE `char_titles` (
|
||||
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Name1` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`MaskID` smallint NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint 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;
|
||||
@@ -1698,6 +1707,7 @@ CREATE TABLE `chr_classes` (
|
||||
`IconFileDataID` int unsigned NOT NULL DEFAULT '0',
|
||||
`LowResScreenFileDataID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int NOT NULL DEFAULT '0',
|
||||
`StartingLevel` int NOT NULL DEFAULT '0',
|
||||
`SpellTextureBlobFileDataID` int unsigned NOT NULL DEFAULT '0',
|
||||
`ArmorTypeMask` int unsigned NOT NULL DEFAULT '0',
|
||||
`CharStartKitUnknown901` int NOT NULL DEFAULT '0',
|
||||
@@ -1712,6 +1722,7 @@ CREATE TABLE `chr_classes` (
|
||||
`CinematicSequenceID` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`DefaultSpec` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`ID` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`HasStrengthBonus` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`PrimaryStatPriority` tinyint NOT NULL DEFAULT '0',
|
||||
`DisplayPower` tinyint NOT NULL DEFAULT '0',
|
||||
`RangedAttackPowerPerAgility` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
@@ -1722,6 +1733,8 @@ CREATE TABLE `chr_classes` (
|
||||
`ClassColorG` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`ClassColorB` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`RolesMask` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`DamageBonusStat` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`HasRelicSlot` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -2557,6 +2570,7 @@ CREATE TABLE `creature_family` (
|
||||
`MaxScaleLevel` tinyint NOT NULL DEFAULT '0',
|
||||
`PetFoodMask` smallint NOT NULL DEFAULT '0',
|
||||
`PetTalentType` tinyint NOT NULL DEFAULT '0',
|
||||
`CategoryEnumID` int NOT NULL DEFAULT '0',
|
||||
`IconFileID` int NOT NULL DEFAULT '0',
|
||||
`SkillLine1` smallint NOT NULL DEFAULT '0',
|
||||
`SkillLine2` smallint NOT NULL DEFAULT '0',
|
||||
@@ -3203,6 +3217,7 @@ CREATE TABLE `expected_stat` (
|
||||
`PlayerSecondaryStat` float NOT NULL DEFAULT '0',
|
||||
`ArmorConstant` float NOT NULL DEFAULT '0',
|
||||
`CreatureSpellDamage` float NOT NULL DEFAULT '0',
|
||||
`ContentSetID` int NOT NULL DEFAULT '0',
|
||||
`Lvl` int unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
@@ -4541,7 +4556,7 @@ DROP TABLE IF EXISTS `item`;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `item` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`ClassID` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`ClassID` int NOT NULL DEFAULT '0',
|
||||
`SubclassID` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Material` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`InventoryType` tinyint NOT NULL DEFAULT '0',
|
||||
@@ -5409,6 +5424,7 @@ CREATE TABLE `item_set_spell` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`ChrSpecID` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int unsigned NOT NULL DEFAULT '0',
|
||||
`TraitSubTreeID` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`Threshold` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`ItemSetID` int unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
@@ -6322,12 +6338,24 @@ CREATE TABLE `map_challenge_mode` (
|
||||
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` 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',
|
||||
`FirstRewardQuestID1` int NOT NULL DEFAULT '0',
|
||||
`FirstRewardQuestID2` int NOT NULL DEFAULT '0',
|
||||
`FirstRewardQuestID3` int NOT NULL DEFAULT '0',
|
||||
`FirstRewardQuestID4` int NOT NULL DEFAULT '0',
|
||||
`FirstRewardQuestID5` int NOT NULL DEFAULT '0',
|
||||
`FirstRewardQuestID6` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID1` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID2` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID3` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID4` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID5` int NOT NULL DEFAULT '0',
|
||||
`RewardQuestID6` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -8460,8 +8488,8 @@ CREATE TABLE `spell_category` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Flags` int NOT NULL DEFAULT '0',
|
||||
`UsesPerWeek` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`MaxCharges` tinyint NOT NULL DEFAULT '0',
|
||||
`UsesPerWeek` int NOT NULL DEFAULT '0',
|
||||
`MaxCharges` int NOT NULL DEFAULT '0',
|
||||
`ChargeRecoveryTime` int NOT NULL DEFAULT '0',
|
||||
`TypeMask` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
@@ -8645,7 +8673,7 @@ DROP TABLE IF EXISTS `spell_equipped_items`;
|
||||
CREATE TABLE `spell_equipped_items` (
|
||||
`ID` int unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int NOT NULL DEFAULT '0',
|
||||
`EquippedItemClass` tinyint NOT NULL DEFAULT '0',
|
||||
`EquippedItemClass` int NOT NULL DEFAULT '0',
|
||||
`EquippedItemInvTypes` int NOT NULL DEFAULT '0',
|
||||
`EquippedItemSubclass` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
@@ -9415,6 +9443,10 @@ CREATE TABLE `spell_visual_kit` (
|
||||
`FallbackSpellVisualKitId` int NOT NULL DEFAULT '0',
|
||||
`DelayMin` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`DelayMax` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`MinimumSpellVisualDensityFilterType` int NOT NULL DEFAULT '0',
|
||||
`MinimumSpellVisualDensityFilterParam` int NOT NULL DEFAULT '0',
|
||||
`ReducedSpellVisualDensityFilterType` int NOT NULL DEFAULT '0',
|
||||
`ReducedSpellVisualDensityFilterParam` int NOT NULL DEFAULT '0',
|
||||
`Flags1` int NOT NULL DEFAULT '0',
|
||||
`Flags2` int NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
@@ -10745,7 +10777,7 @@ CREATE TABLE `unit_power_bar` (
|
||||
`RegenerationPeace` float NOT NULL DEFAULT '0',
|
||||
`RegenerationCombat` float NOT NULL DEFAULT '0',
|
||||
`BarType` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int NOT NULL DEFAULT '0',
|
||||
`StartInset` float NOT NULL DEFAULT '0',
|
||||
`EndInset` float NOT NULL DEFAULT '0',
|
||||
`FileDataID1` int NOT NULL DEFAULT '0',
|
||||
@@ -11009,7 +11041,6 @@ DROP TABLE IF EXISTS `warband_scene`;
|
||||
CREATE TABLE `warband_scene` (
|
||||
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`PositionX` float NOT NULL DEFAULT '0',
|
||||
`PositionY` float NOT NULL DEFAULT '0',
|
||||
`PositionZ` float NOT NULL DEFAULT '0',
|
||||
@@ -11025,7 +11056,6 @@ CREATE TABLE `warband_scene` (
|
||||
`Quality` tinyint NOT NULL DEFAULT '0',
|
||||
`TextureKit` int NOT NULL DEFAULT '0',
|
||||
`DefaultScenePriority` int NOT NULL DEFAULT '0',
|
||||
`SourceType` tinyint NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -11043,7 +11073,6 @@ CREATE TABLE `warband_scene_locale` (
|
||||
`locale` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`Name_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Description_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`Source_lang` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`VerifiedBuild` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
|
||||
@@ -11192,4 +11221,4 @@ CREATE TABLE `world_state_expression` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2025-07-21 22:51:12
|
||||
-- Dump completed on 2025-08-16 14:58:29
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
--
|
||||
-- Host: localhost Database: world
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.0.42-0ubuntu0.22.04.1
|
||||
-- Server version 8.0.42-0ubuntu0.22.04.2
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
@@ -182,7 +182,7 @@ DROP TABLE IF EXISTS `areatrigger_create_properties_orbit`;
|
||||
CREATE TABLE `areatrigger_create_properties_orbit` (
|
||||
`AreaTriggerCreatePropertiesId` int unsigned NOT NULL,
|
||||
`IsCustom` tinyint unsigned NOT NULL,
|
||||
`StartDelay` int unsigned NOT NULL DEFAULT '0',
|
||||
`ExtraTimeForBlending` int NOT NULL DEFAULT '0',
|
||||
`CircleRadius` float NOT NULL DEFAULT '0',
|
||||
`BlendFromRadius` float NOT NULL DEFAULT '0',
|
||||
`InitialAngle` float NOT NULL DEFAULT '0',
|
||||
@@ -1052,6 +1052,7 @@ CREATE TABLE `creature_template_difficulty` (
|
||||
`CreatureDifficultyID` int NOT NULL DEFAULT '0',
|
||||
`TypeFlags` int unsigned NOT NULL DEFAULT '0',
|
||||
`TypeFlags2` int unsigned NOT NULL DEFAULT '0',
|
||||
`TypeFlags3` int unsigned NOT NULL DEFAULT '0',
|
||||
`LootID` int unsigned NOT NULL DEFAULT '0',
|
||||
`PickPocketLootID` int unsigned NOT NULL DEFAULT '0',
|
||||
`SkinLootID` int unsigned NOT NULL DEFAULT '0',
|
||||
@@ -4776,6 +4777,7 @@ CREATE TABLE `vehicle_template` (
|
||||
`creatureId` int unsigned NOT NULL,
|
||||
`despawnDelayMs` int NOT NULL DEFAULT '0',
|
||||
`Pitch` float DEFAULT NULL,
|
||||
`CustomFlags` int unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`creatureId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -5061,4 +5063,4 @@ CREATE TABLE `world_state` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2025-07-21 22:51:09
|
||||
-- Dump completed on 2025-08-16 14:58:26
|
||||
|
||||
Reference in New Issue
Block a user