diff options
| author | illfated <illfated@users.noreply.github.com> | 2019-01-10 14:53:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 00:13:04 +0100 |
| commit | 70f05f70783a7cbf2ca5d91ba578458ff7f9be78 (patch) | |
| tree | cbb0a57b78bf2eca758e937d58d21bf4656de56e | |
| parent | 2a9940e17d4e943aa5d9b95f8f5b54783e14d7b2 (diff) | |
DB/Quest: The Soul Devices RewardText fix
Closes #22930
(cherry picked from commit 33f61bd57ef942c4d2d79d5ed018d70ec564461b)
| -rw-r--r-- | sql/updates/world/master/2021_11_21_00_world_2019_01_10_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_00_world_2019_01_10_02_world_335.sql b/sql/updates/world/master/2021_11_21_00_world_2019_01_10_02_world_335.sql new file mode 100644 index 00000000000..81c5683d96a --- /dev/null +++ b/sql/updates/world/master/2021_11_21_00_world_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; |
