From b0352ef78ed93e18a869652e628345bc660f252b Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 30 Oct 2024 14:40:23 +0100 Subject: Core/DataStores: Updated db2 structures to 11.0.5 --- sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql b/sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql new file mode 100644 index 00000000000..30d26be018b --- /dev/null +++ b/sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql @@ -0,0 +1,11 @@ +ALTER TABLE `broadcast_text_duration` MODIFY `BroadcastTextID` int UNSIGNED NOT NULL DEFAULT 0 AFTER `Duration`; + +ALTER TABLE `chr_customization_option` + DROP `ChrRacesID`, + DROP `Sex`; + +ALTER TABLE `difficulty` ADD `Unknown1105` int NOT NULL DEFAULT 0 AFTER `GroupSizeSpellPointsCurveID`; + +ALTER TABLE `lfg_dungeons` ADD `MaxPremadeGroupSize` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `MentorCharLevel`; + +ALTER TABLE `spell_misc` ADD `Attributes16` int NOT NULL DEFAULT 0 AFTER `Attributes15`; -- cgit v1.2.3