diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-03-21 21:07:23 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-03-21 21:07:23 +0100 |
| commit | ac5aee6a98be6434e1f93bf5c973701e41a4540a (patch) | |
| tree | 0cb621804e753e0afd81b5230b04a41f04220a5f /sql/updates/hotfixes | |
| parent | e99482ce9bb7918e23a104fe28305c60d28ed598 (diff) | |
Core: Updated to 10.2.6.53840
Diffstat (limited to 'sql/updates/hotfixes')
| -rw-r--r-- | sql/updates/hotfixes/master/2024_03_21_00_hotfixes.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2024_03_21_00_hotfixes.sql b/sql/updates/hotfixes/master/2024_03_21_00_hotfixes.sql new file mode 100644 index 00000000000..5902b6936d9 --- /dev/null +++ b/sql/updates/hotfixes/master/2024_03_21_00_hotfixes.sql @@ -0,0 +1,5 @@ +ALTER TABLE `achievement` ADD `HiddenBeforeDisplaySeason` int NOT NULL DEFAULT 0 AFTER `CovenantID`; +ALTER TABLE `achievement` ADD `LegacyAfterTimeEvent` int NOT NULL DEFAULT 0 AFTER `HiddenBeforeDisplaySeason`; + +ALTER TABLE `adventure_journal` DROP `ItemID`; +ALTER TABLE `adventure_journal` DROP `ItemQuantity`; |
