Skip to content

Commit

Permalink
fix(DB/quest_offer_reward): C'Thun's Legacy turnin dialogue (#19130)
Browse files Browse the repository at this point in the history
* fix(DB/quest_offer_reward): C'Thun's Legacy turnin dialogue

* fix(DB/quest_offer_reward): C'Thun's Legacy turnin dialogue
  • Loading branch information
proxical committed Sep 22, 2024
1 parent 02cd628 commit 44a10e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1719113163679056400.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--
UPDATE `quest_offer_reward` SET `RewardText`='We will leave this place on our own, $G Lord:Lady; $N - once we are certain that the evil within has been wholly destroyed. Your journey of legend is almost at an end.', `VerifiedBuild`=0 WHERE `ID`=8801;
UPDATE `quest_request_items` SET `CompletionText`='$G Lord:Lady; $N, you have freed us of its grasp.', `VerifiedBuild`=0 WHERE `ID`=8801;

0 comments on commit 44a10e7

Please sign in to comment.