diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_23_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_23_02_world.sql b/sql/updates/world/3.3.5/2019_06_23_02_world.sql new file mode 100644 index 00000000000..b3f71013551 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_23_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `quest_request_items` WHERE `ID` IN (11284, 13839); +INSERT INTO `quest_request_items` (`ID`, `CompletionText`, `VerifiedBuild`) VALUES +(11284, "Have you had any luck removing that stupid yeti from my mine? ", 0), +(13839, "Have you mastered the use of the charge?", 0); |