mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/DataStores: Updated db2 structures to 11.0.5
This commit is contained in:
11
sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql
Normal file
11
sql/updates/hotfixes/master/2024_10_23_00_hotfixes.sql
Normal file
@@ -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`;
|
||||
Reference in New Issue
Block a user