DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)

Closes #25408

(cherry picked from commit fc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34)
This commit is contained in:
illfated
2022-02-05 16:12:15 +01:00
committed by Shauren
parent a320578779
commit fbb247357e
@@ -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;