From f9bf082be962d45de79f936d625f644253e9b810 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 25 Apr 2025 22:50:11 +0200 Subject: Core: Updated to 11.1.5 --- sql/updates/world/master/2025_04_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2025_04_25_00_world.sql (limited to 'sql/updates/world') 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`; -- cgit v1.2.3