diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-04-25 22:50:11 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-04-25 22:50:11 +0200 |
| commit | f9bf082be962d45de79f936d625f644253e9b810 (patch) | |
| tree | a7c40c0b5baf522d04896721df5c5d91e25c834e /sql/updates/world/master | |
| parent | 05709a24976cc4cd378ee62bdfec52510892aa5b (diff) | |
Core: Updated to 11.1.5
Diffstat (limited to 'sql/updates/world/master')
| -rw-r--r-- | sql/updates/world/master/2025_04_25_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_25_00_world.sql b/sql/updates/world/master/2025_04_25_00_world.sql new file mode 100644 index 00000000000..7e904a7beef --- /dev/null +++ b/sql/updates/world/master/2025_04_25_00_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `playerchoice_response_maw_power` DROP `RarityColor`; +ALTER TABLE `quest_template` ADD `FlagsEx3` int unsigned NOT NULL DEFAULT 0 AFTER `FlagsEx2`; |
