aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-08-06 06:15:52 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-08-06 06:15:52 +0200
commit61fdbe57f206c42633b94b664b7ca67376cc28a3 (patch)
treedf59a89eac6df5f70f875e5a5f7466be9f917e5a
parentb5876c7664e99cc4619900c9204cc2180676626d (diff)
DB/Quest: Invaluable Asset Zapping (10203): add missing RewardText end
http://www.wowhead.com/quest=10203/invaluable-asset-zapping - Another quest_offer_reward.RewardText cut short, missing ≈33% of its content. - Previous: 290 characters. Added: 143 characters. Full text: 433 characters.
-rw-r--r--sql/updates/world/3.3.5/2017_08_06_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_06_01_world.sql b/sql/updates/world/3.3.5/2017_08_06_01_world.sql
new file mode 100644
index 00000000000..bfe0a6b474b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_06_01_world.sql
@@ -0,0 +1,4 @@
+-- Invaluable Asset Zapping (10203): add missing last third of RewardText
+UPDATE `quest_offer_reward`
+ SET `RewardText`="You must be the one that zapped all of that sapping equipment back to us here from the ruins! Hooray for you!$B$BI've already reallocated the equipment out to our other locations. Now we'll be able to expedite our fissure operations on this whole island by an order of magnitude! The nether-rocket will be completed in no time!$B$BHmmm, that's odd. Wait a minute, did you say that you sent four things back to us? I only got three..."
+ WHERE `Id`=10203;