diff options
author | illfated <illfated@users.noreply.github.com> | 2019-01-10 14:53:20 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-01-10 14:53:20 +0100 |
commit | 33f61bd57ef942c4d2d79d5ed018d70ec564461b (patch) | |
tree | d750b46adcc9d67dc194ed67a2192dd83bd5694a | |
parent | 280190b5adff0bbda3028743e41fd877ceb76b1b (diff) |
DB/Quest: The Soul Devices RewardText fix
Closes #22930
-rw-r--r-- | sql/updates/world/3.3.5/2019_01_10_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_10_02_world_335.sql b/sql/updates/world/3.3.5/2019_01_10_02_world_335.sql new file mode 100644 index 00000000000..81c5683d96a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="To'gun was here earlier giving me his report. He should have stayed with you to help!$B$BI sent him back out there to assist Grik'tha. I think they make a cute couple.$B$BSo, these are the soul devices that the Shadow Council were using to enhance their summoning power? They look dangerous to me - maybe the Scryers will know what to do with them?$B$BPlease, take one of these as a reward for crippling the Shadow Council's operation in the labyrinth." WHERE `ID`=10091; |