diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-18 14:47:04 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-18 14:47:04 +0200 |
commit | d99f4e8900a5445ccf4ef2396acc35afa9995e23 (patch) | |
tree | 3d43b9bb46cd3dc0e6bb283071f996356b2d00a3 | |
parent | 125127ea73a68b6da8d1ba631539a9ebffd2c471 (diff) |
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
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_18_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |