mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
TDB 1120.25081 - 2025/08/16
This commit is contained in:
@@ -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