TDB 1110.25031 - 2025/03/29

This commit is contained in:
TDB Release
2025-03-29 01:17:19 +00:00
parent dfcd41abef
commit 5641955918
210 changed files with 234 additions and 79 deletions

View File

@@ -1,8 +0,0 @@
DROP TABLE IF EXISTS `character_queststatus_objectives_spawn_tracking`;
CREATE TABLE `character_queststatus_objectives_spawn_tracking` (
`guid` BIGINT UNSIGNED NOT NULL,
`quest` INT UNSIGNED NOT NULL,
`objective` TINYINT UNSIGNED NOT NULL DEFAULT '0',
`spawnTrackingId` INT UNSIGNED NOT NULL,
PRIMARY KEY (`guid`,`quest`,`objective`,`spawnTrackingId`)
) ENGINE=INNODB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

View File

@@ -1,3 +1,3 @@
-- TDB 1107.24121 characters
-- TDB 1110.25031 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/characters', 'ARCHIVED');