diff --git a/sql/updates/world/3.3.5/2020_10_05_00_world.sql b/sql/updates/world/3.3.5/2020_10_05_00_world.sql new file mode 100644 index 00000000000..9b79f06ccc6 --- /dev/null +++ b/sql/updates/world/3.3.5/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);