DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)

Closes #25535
This commit is contained in:
illfated
2020-10-05 01:55:34 +03:00
committed by offl
parent ecd9430cda
commit 07845b4ece

View File

@@ -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);