diff options
author | illfated <illfated@users.noreply.github.com> | 2020-09-09 03:24:33 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 16:12:15 +0100 |
commit | fbb247357ec0846ac498c9680058f87895f276d7 (patch) | |
tree | c0eda1ea7ec1204bd49c0cbb990852e622fcb47b | |
parent | a32057877955faa81666891841f65901767cb143 (diff) |
DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)
Closes #25408
(cherry picked from commit fc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34)
-rw-r--r-- | sql/updates/world/master/2022_02_05_09_world_2020_09_09_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_05_09_world_2020_09_09_04_world_335.sql b/sql/updates/world/master/2022_02_05_09_world_2020_09_09_04_world_335.sql new file mode 100644 index 00000000000..5a1d179d7be --- /dev/null +++ b/sql/updates/world/master/2022_02_05_09_world_2020_09_09_04_world_335.sql @@ -0,0 +1,2 @@ +-- Fix typo in Reward text of quest 'Dangerous!' (567) +UPDATE `quest_offer_reward` SET `RewardText`= "You are quite the bounty hunter, $C. Well done." WHERE `ID`= 567; |