mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
TDB 1005.23021 - 2023/02/03
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
-- delete corrupted trait configs
|
||||
DELETE FROM `character_trait_entry`;
|
||||
DELETE FROM `character_trait_config`;
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `mail` MODIFY `id` bigint unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier';
|
||||
ALTER TABLE `mail_items` MODIFY `mail_id` bigint unsigned NOT NULL DEFAULT '0';
|
||||
@@ -1,3 +0,0 @@
|
||||
ALTER TABLE `character_currency`
|
||||
ADD `IncreasedCapQuantity` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `TrackedQuantity`,
|
||||
ADD `EarnedQuantity` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `IncreasedCapQuantity`;
|
||||
@@ -1,3 +1,3 @@
|
||||
-- TDB 1002.22121 characters
|
||||
-- TDB 1005.23021 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/characters', 'ARCHIVED');
|
||||
Reference in New Issue
Block a user