diff options
-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; |