aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2020-10-05 01:55:34 +0300
committeroffl <offl@users.noreply.github.com>2020-10-05 01:55:34 +0300
commit07845b4eceed5ea1e6a706325f7ab6e6b0954335 (patch)
treefb141883cd7789b44acb378ed66a0710393ffbac
parentecd9430cda97c0fe49e6bef94a29615ba60d8df8 (diff)
DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535
-rw-r--r--sql/updates/world/3.3.5/2020_10_05_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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);