aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2016_02_08_06_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_08_06_world.sql b/sql/updates/world/2016_02_08_06_world.sql
new file mode 100644
index 00000000000..c9e93889790
--- /dev/null
+++ b/sql/updates/world/2016_02_08_06_world.sql
@@ -0,0 +1,2 @@
+-- fix quest reward text for "The Key to the Focusing Iris" and "The Key to the Heroic Focusing Iris"
+UPDATE `quest_offer_reward` SET `RewardText`="These keys are held by the most ancient members of the blue dragonflight. Only they are entrusted with them by their master, Malygos.$b$bThis is the break that we've been waiting for to strike at the Aspect of Magic!$b$b<The queen of dragons studies you for a brief moment.>$b$bYou are not able to use the key as-is to access the Focusing Iris, but I can imbue you with a portion of my power; enough to enable you to use it to open the iris a fraction.$b$bIt will be enough to draw Malygos's ire!" WHERE `ID` in (13372,13375);