fix(DB/Quest): Return to Brock completion text (#16711)

* fix(DB/quest): 6392 - Return to Brock - incorrect completion text

This fixes the incorrect completion text for 6392.

* ready for merge

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
wowquester 2023-09-20 22:41:00 +02:00 committed by GitHub
parent 190dc93d7e
commit 4e270c4c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
UPDATE `quest_offer_reward` SET `RewardText` = 'You brought the picks. Great! I\'ll get these to my mining students. I\'m sure they\'re eager to use them on the ore deposits of Loch Modan.$B$BThank you for your help, $N. I am in your debt, but I hope this money will at least cover your travel costs.' WHERE (`ID` = 6392);