TDB 1017.23101 - 2023/10/06

This commit is contained in:
TDB Release
2023-10-06 00:48:59 +00:00
parent e161874695
commit f774c4e855
178 changed files with 115 additions and 76 deletions

View File

@@ -1,3 +0,0 @@
ALTER TABLE `character_battleground_data` ADD `queueId` BIGINT UNSIGNED NULL DEFAULT '0' AFTER `mountSpell`;
ALTER TABLE `pvpstats_battlegrounds` CHANGE `type` `type` int unsigned NOT NULL;

View File

@@ -1 +0,0 @@
ALTER TABLE `groups` MODIFY `groupType` smallint unsigned NOT NULL AFTER `icon8`;

View File

@@ -1,3 +0,0 @@
ALTER TABLE `character_stats`
ADD `mastery` float NOT NULL DEFAULT '0' AFTER `resilience`,
ADD `versatility` int NOT NULL DEFAULT '0' AFTER `mastery`;

View File

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