From ec79f7b05e314fe16f6251dc2b4d66b504d06e07 Mon Sep 17 00:00:00 2001 From: RazzorX Date: Wed, 14 Feb 2024 16:41:07 +0100 Subject: [PATCH] Update Love_is_in_the_Air_fixes.sql - added a few more texts --- Updates/Love_is_in_the_Air_fixes.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Updates/Love_is_in_the_Air_fixes.sql b/Updates/Love_is_in_the_Air_fixes.sql index a9c3d6f033..c285e7cca2 100644 --- a/Updates/Love_is_in_the_Air_fixes.sql +++ b/Updates/Love_is_in_the_Air_fixes.sql @@ -9,6 +9,13 @@ UPDATE `quest_template` SET `RequestItemsText` = 'Did you teach ''em a lesson?' -- for 'Uncommon Scents' quests UPDATE `quest_template` SET `OfferRewardText` = 'Hey. You got some time on your hands? I could use someone like you.' WHERE `entry` IN (24804, 24805); +-- for 'A Cloudlet of Classy Cologne' quest +UPDATE `quest_template` SET `OfferRewardText` = 'Nice work, $n! People will be buying Crown colognes by the crate-load now that they''ve had a chance to try them.$b$bHere''s a little something for helping us out.' WHERE `entry` = 24635; + +-- for 'A Perfect Puff of Perfume' quest +UPDATE `quest_template` SET `OfferRewardText` = 'Great work, $n! People will come running to buy Crown perfumes now that they''ve had a chance to sample their wonders.$b$bHere''s a little something for helping us out.' WHERE `entry` = 24629; +UPDATE `quest_template` SET `RequestItemsText` = 'That perfume isn''t going to give itself out, you know.$b$bGet spraying!' WHERE `entry` = 24629; + -- Horde (text fixes or missing texts added) UPDATE `quest_template` SET `OfferRewardText` = 'Hey, thanks, kid. Give it over, let''s take a look.$b$b$b$bOh, that ain''t good.' WHERE `entry` = 24536;