mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
TDB 1017.23101 - 2023/10/06
This commit is contained in:
@@ -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;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `groups` MODIFY `groupType` smallint unsigned NOT NULL AFTER `icon8`;
|
||||
@@ -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`;
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user