aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-08-06 08:10:48 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-22 20:05:46 +0200
commit65567046dfa61e1e677340a21d633d5a78cfedd9 (patch)
tree4cc2a0df6de8437042470714aa51e3b510498ca8
parent575e3c87b15bf7290c94deab430bccbb7ac23cd8 (diff)
DB/Quest: Surveying the Ruins (10335): add missing RewardText, end half
http://www.wowhead.com/quest=10335/surveying-the-ruins - Another quest_offer_reward.RewardText cut short, missing half of its content. - Previous: 114 characters. Added: 115 characters. Full text: 229 characters. (cherry picked from commit 8de9f1c3592e1c988842cedf8f9c6dd32f75ad33)
-rw-r--r--sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql b/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql
new file mode 100644
index 00000000000..a52a0923648
--- /dev/null
+++ b/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql
@@ -0,0 +1,4 @@
+-- Surveying the Ruins (quest ID 10335): add missing last half of RewardText
+UPDATE `quest_offer_reward`
+ SET `RewardText`="You're not just pulling my bandage, right? That's most excellent news!$B$BNow that you've done the surveying grunt-work, I'll be able to take my team up to the ruins and see what's there to be procured.$B$BYou have my thanks, $c."
+ WHERE `Id`=10335;