aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-24 22:31:48 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-04 00:27:13 +0100
commit392f0e9f730f27c4d690b8e464eadae31dd1952e (patch)
tree391d59ca330a2ce7e1b52e3c7c9572f8fbf0cceb
parentcfcfe71097693023127a8ee8ac77ad5b4362e73e (diff)
DB/Quest: Fix typo in RewardText of quest 'The Remains of Trey Lightforge'
Closes #25322 (cherry picked from commit 64c1e956a4037af4c11041a7720f753546000387)
-rw-r--r--sql/updates/world/master/2022_02_03_11_world_2020_08_24_01_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_03_11_world_2020_08_24_01_world_335.sql b/sql/updates/world/master/2022_02_03_11_world_2020_08_24_01_world_335.sql
new file mode 100644
index 00000000000..70e3f2683dc
--- /dev/null
+++ b/sql/updates/world/master/2022_02_03_11_world_2020_08_24_01_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_offer_reward` SET `RewardText` = "You've done it! Praise be to Elune and whichever powers you worship, $N. You have done an honorable and noble thing this day. I am certain Arko'narin will be pleased that you not only took the time to save her, but to also slay the creature who tortured one of her best friends.$b$bI wish I could do more for you, but please, take this." WHERE `ID` = 5385;