aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2020-10-05 01:55:34 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 15:11:50 +0100
commit5365a6933f03aa9ef543da2d3ce00ab9ad91e8dd (patch)
treeaeda6b33a67f90f143f2b008957ac0006fb08362
parent4d424480d3fb2925991084c29e1fe24a557e24f2 (diff)
DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535 (cherry picked from commit 07845b4eceed5ea1e6a706325f7ab6e6b0954335)
-rw-r--r--sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql b/sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql
new file mode 100644
index 00000000000..9b79f06ccc6
--- /dev/null
+++ b/sql/updates/world/master/2022_02_28_17_world_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);