mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
TDB 335.25101 - 2025/10/21
This commit is contained in:
@@ -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;
|
||||
@@ -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);
|
||||
@@ -1,2 +1,2 @@
|
||||
-- TDB 335.24111 characters
|
||||
-- TDB 335.25101 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user