From 07845b4eceed5ea1e6a706325f7ab6e6b0954335 Mon Sep 17 00:00:00 2001 From: illfated Date: Mon, 5 Oct 2020 01:55:34 +0300 Subject: DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421) Closes #25535 --- sql/updates/world/3.3.5/2020_10_05_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_10_05_00_world.sql b/sql/updates/world/3.3.5/2020_10_05_00_world.sql new file mode 100644 index 00000000000..9b79f06ccc6 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_05_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `quest_request_items` WHERE `ID` = 12421; +INSERT INTO `quest_request_items` (`ID`,`EmoteOnComplete`,`EmoteOnIncomplete`,`CompletionText`,`VerifiedBuild`) VALUES +(12421, 0, 0, "Do ya have your membership forms filled out?", 0); -- cgit v1.2.3