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