From f3d868da98807a2818ae831d0aee17d9557e789c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 5 Nov 2024 20:47:26 +0100 Subject: Core/Packets: fixed structure of SMSG_QUERY_QUEST_INFO_RESPONSE and dropped two removed quest template fields --- sql/updates/world/cata_classic/2024_11_05_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_11_05_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/cata_classic/2024_11_05_01_world.sql b/sql/updates/world/cata_classic/2024_11_05_01_world.sql new file mode 100644 index 00000000000..cb75b9c65d8 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_11_05_01_world.sql @@ -0,0 +1,3 @@ +ALTER TABLE `quest_template` + DROP COLUMN `ManagedWorldStateID`, + DROP COLUMN `QuestSessionBonus`; -- cgit v1.2.3