diff options
| author | offl <offl@users.noreply.github.com> | 2020-08-24 22:31:48 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-24 22:31:48 +0300 |
| commit | 64c1e956a4037af4c11041a7720f753546000387 (patch) | |
| tree | 80db7acb38817a9787286cd041647af7d51be5be | |
| parent | 0116a31cd61e7b53e7d3e74d2c0e01f0f48acc85 (diff) | |
DB/Quest: Fix typo in RewardText of quest 'The Remains of Trey Lightforge'
Closes #25322
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_24_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_24_01_world_335.sql b/sql/updates/world/3.3.5/2020_08_24_01_world_335.sql new file mode 100644 index 00000000000..70e3f2683dc --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
