mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 23:38:54 -04:00
DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535
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