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

Closes #25408
This commit is contained in:
illfated
2020-09-09 03:24:33 +03:00
committed by offl
parent 63dece6864
commit fc5a39e20e

View File

@@ -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;