aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-02-24 16:25:11 +0100
committerGitHub <noreply@github.com>2024-02-24 16:25:11 +0100
commit77211e89d4646cb9d327f6f0853a3cbbb31d1739 (patch)
treeb33422f7a3e7f6b0a17f91966c2d58cb12be7e84
parentc4de164f1713fd0fa408cb780d319f61ae0b8cb4 (diff)
DB/Quest: add missing text to "The Hero of the Day" (Winter Veil Preserved Holly)
closes #29568 by Legoso
-rw-r--r--sql/updates/world/3.3.5/2024_02_24_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_24_01_world.sql b/sql/updates/world/3.3.5/2024_02_24_01_world.sql
new file mode 100644
index 00000000000..db9e48fbc3f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_02_24_01_world.sql
@@ -0,0 +1,8 @@
+-- CompletionText
+UPDATE `quest_request_items` SET `CompletionText`= '$BThe "Holly Preserver" machine looks like some sort of still at first, but a careful examination of it reveals some goblin-esque changes to it. Still, your skill at cooking seems to allow you to understand how the machine works.$B$BThere is already fresh holly in the machine - you simply need to provide some deeprock salt and five gold coins to get the machine working.' WHERE `ID` IN (8763, 8799);
+
+-- reward entries
+DELETE FROM `quest_offer_reward` WHERE `ID` IN (8763, 8799);
+INSERT INTO `quest_offer_reward` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`EmoteDelay1`,`EmoteDelay2`,`EmoteDelay3`,`EmoteDelay4`,`RewardText`,`VerifiedBuild`) VALUES
+(8763,0,0,0,0,0,0,0,0,"$BThe machine lets off a little rumble and a small amount of steam as it starts working.$B$BIt is not too long thereafter until it stops, heralded by another small jet of steam erupting from it.$B$BA door hatch opens, revealing a batch of preserved holly!$B",12340),
+(8799,0,0,0,0,0,0,0,0,"$BThe machine lets off a little rumble and a small amount of steam as it starts working.$B$BIt is not too long thereafter until it stops, heralded by another small jet of steam erupting from it.$B$BA door hatch opens, revealing a batch of preserved holly!$B",12340);