diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:11:37 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-06-23 21:11:37 +0200 |
commit | 1efdca0291ea2187e7a576ead47fe238334ec82f (patch) | |
tree | 8b441c04f4ea1b55409f62cc730f518a033832f7 | |
parent | 976bc1149969b85697e9d54b852f9b557abbdc5d (diff) |
DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge
Closes #23471
-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); |