TDB 335.25101 - 2025/10/21

This commit is contained in:
TDB Release
2025-10-21 18:18:30 +00:00
parent 8aa237fbfe
commit 95657f5477
243 changed files with 51 additions and 42 deletions

View File

@@ -1,5 +0,0 @@
ALTER TABLE `character_queststatus_seasonal` ADD `completedTime` bigint NOT NULL DEFAULT '0' AFTER `event`;
UPDATE `character_queststatus_seasonal` SET `completedTime` = UNIX_TIMESTAMP();
DELETE FROM `worldstates` WHERE `entry` BETWEEN 1 AND 85;

View File

@@ -1,3 +0,0 @@
ALTER TABLE `quest_tracker`
MODIFY COLUMN `id` int UNSIGNED NOT NULL DEFAULT 0 FIRST,
ADD UNIQUE INDEX `idx_latest_quest_for_character`(`id`, `character_guid`, `quest_accept_time` DESC);

View File

@@ -1,2 +1,2 @@
-- TDB 335.24111 characters
-- TDB 335.25101 characters
UPDATE `updates` SET `state`='ARCHIVED';