diff options
-rw-r--r-- | sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql b/sql/updates/world/master/2022_02_28_17_world_2020_10_05_00_world.sql new file mode 100644 index 00000000000..9b79f06ccc6 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_17_world_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); |