diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-02-08 19:46:59 +0100 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-02-08 19:46:59 +0100 |
commit | 8f7e58a6f9bea854ee07a93a8676c3f34d7209b3 (patch) | |
tree | 58b33ed48605f134d2e670f62ef481474244a1fa | |
parent | 4104405117f48fdffa62c6b099717ec727c2d126 (diff) |
DB/Quest: Fix grammar on quest completion text for "The Key to the Focusing Iris" and "The Key to the Heroic Focusing Iris"
-rw-r--r-- | sql/updates/world/2016_02_08_06_world.sql | 2 |
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); |