From d99f4e8900a5445ccf4ef2396acc35afa9995e23 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Tue, 18 Jul 2017 14:47:04 +0200 Subject: DB/Quest: Death From Below - Show actual player race in Reward gossip - The old text showed 'troll' as a player reference instead of actual race. - The text should show actual player race, even if the "troll" comment is funny. - http://www.wowhead.com/quest=667/death-from-below --- sql/updates/world/3.3.5/2017_07_18_02_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_07_18_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_07_18_02_world_335.sql b/sql/updates/world/3.3.5/2017_07_18_02_world_335.sql new file mode 100644 index 00000000000..84f8fd00430 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_18_02_world_335.sql @@ -0,0 +1,3 @@ +-- Death From Below: Replace "troll" with $r at the end of the text (Even if you are a puny troll....) +-- Note: Quest ID 667 got replaced with ID 26628 (with identical name) in patch 4.0.3 (13277) +UPDATE `quest_offer_reward` SET `RewardText`= "We survived the attack!$b$bWe could not have done it without you, $N.$b$bWe'll be heading out as soon as the tide rises. If you weren't such a promising hero I'd offer you a place on my crew. But I can tell you have bigger fish to fry.$b$bEven if you are a puny $r...." WHERE `ID`=667; -- cgit v1.2.3