mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Quest: Add missing CompletionText to quest Brew of the Month Club (12421)
Closes #25535
This commit is contained in:
4
sql/updates/world/3.3.5/2020_10_05_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_10_05_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user