aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;