aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-08-05 16:00:33 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-08-05 16:00:33 +0200
commitf27c4806fda099f18edf007de704f58ecf128520 (patch)
tree6945064a3be5b8f9cc8b24887e5aece45056bfb3
parent92359de5ef1aea170f7f7ead0da092a8cb1b1fbc (diff)
DB/Quest: Sabotage the Warp-Gate! (10310): add missing end half of RewardText
- Previous content: 103 characters. Added content: 163 characters. Full text: 266 characters. - RewardText completion source: sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql
-rw-r--r--sql/updates/world/3.3.5/2017_08_05_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_05_01_world.sql b/sql/updates/world/3.3.5/2017_08_05_01_world.sql
new file mode 100644
index 00000000000..920cee464b8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_05_01_world.sql
@@ -0,0 +1,4 @@
+-- Sabotage the Warp-Gate! (quest ID 10310): add missing end half of RewardText
+UPDATE `quest_offer_reward`
+ SET `RewardText`="That is most excellent news, my friend!$B$BYou and Drijya have done us a great service. With that warp-gate out of commission, the nearby demons will not be getting any further reinforcements.$B$BPlease allow me to reward you in the proper manner of the Consortium."
+ WHERE `ID` = 10310;