diff options
author | illfated <illfated@users.noreply.github.com> | 2018-08-19 14:50:28 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-19 14:50:28 +0200 |
commit | 96df58c4f9661a8cc0ee68482dd44137c77704a5 (patch) | |
tree | 2154daa8b167b219cd0011c952fa29cbb61b0b11 | |
parent | 1372ba40bb43b23b07db29adabb3094fd920ec47 (diff) |
DB/Quest: Typos in RewardText; The Essence of Aku'Mai & King of the Foulweald
Closes #22289
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_19_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_19_06_world.sql b/sql/updates/world/3.3.5/2018_08_19_06_world.sql new file mode 100644 index 00000000000..824ce98cc5b --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_19_06_world.sql @@ -0,0 +1,5 @@ +-- +-- The Essence of Aku'Mai (6563) +UPDATE `quest_offer_reward` SET `RewardText`="Well done, $N. These are the crystals I spoke of. Intriguing...$B$BI can feel the power within them. The spirits of water cling to them. Whatever the naga were going to use these for... well, let us be glad they are no longer in their hands." WHERE `ID`= 6563; +-- King of the Foulweald (6621) +UPDATE `quest_offer_reward` SET `RewardText`="Good work, $N. Issuing that challenge to the Foulwealds and defeating their leader sends them a strong message:$B$BThe Horde is not to be trifled with.$B$BI don't believe that tribe will be giving us much trouble for a long time." WHERE `ID`= 6621; |