mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535
(cherry picked from commit 07845b4ece)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user