TDB 1120.25081 - 2025/08/16

This commit is contained in:
TDB Release
2025-08-16 15:03:50 +00:00
parent de80c713d0
commit b4d69dfd6d
70 changed files with 78 additions and 32 deletions

View File

@@ -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