diff options
author | illfated <illfated@users.noreply.github.com> | 2019-09-07 20:23:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 21:50:43 +0100 |
commit | b2383193b0f478d0d1338cde74b9388990550eef (patch) | |
tree | 607eb7ef76b2481c52f0abb80c013905b5ccb59d /sql | |
parent | 8835dd2e354599f07922ea0cbacade5843de919e (diff) |
DB/Quest: Slaves to Saronite RewardText
Closes #23707
(cherry picked from commit e2e62aa77430a83b4b0f0b1c611a6be19230d926)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_32_world_2019_09_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_32_world_2019_09_07_02_world.sql b/sql/updates/world/master/2021_12_18_32_world_2019_09_07_02_world.sql new file mode 100644 index 00000000000..3b100cd4b75 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_32_world_2019_09_07_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="They're being driven insane? Voices in their heads?$B$BVoices in your head?!$B$BI want you to clear your mind of the taint that has crept into that place, $g boy : girl;.$B$BWe'll try to get the remainder of them out of there again tomorrow when you've had a chance to rest." WHERE `ID`=13302; |