aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2020-09-09 03:24:33 +0300
committeroffl <offl@users.noreply.github.com>2020-09-09 03:24:33 +0300
commitfc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34 (patch)
tree3fccc0bcbcd1ac8d219750c0bb11dbb0208b9a76 /sql
parent63dece68641908abf1165e78730eda1642673509 (diff)
DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)
Closes #25408
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_09_09_04_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_09_04_world_335.sql b/sql/updates/world/3.3.5/2020_09_09_04_world_335.sql
new file mode 100644
index 00000000000..5a1d179d7be
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;