mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
TDB 1125.25101 - 2025/10/29
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DROP PROCEDURE IF EXISTS apply_if_not_exists_2025_08_13_00;
|
||||
@@ -1,3 +0,0 @@
|
||||
ALTER TABLE `quest_tracker`
|
||||
DROP PRIMARY KEY,
|
||||
ADD UNIQUE INDEX `idx_latest_quest_for_character`(`id`, `character_guid`, `quest_accept_time` DESC);
|
||||
@@ -1,3 +0,0 @@
|
||||
ALTER TABLE `character_trait_config` ADD `variationId` int DEFAULT NULL AFTER `traitSystemId`;
|
||||
|
||||
UPDATE `character_trait_config` SET `variationId`=0 WHERE `type`=3;
|
||||
@@ -1,3 +1,3 @@
|
||||
-- TDB 1120.25081 characters
|
||||
-- TDB 1125.25101 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/characters', 'ARCHIVED');
|
||||
Reference in New Issue
Block a user