Skip to content

Commit

Permalink
Correct OfferRewardText & RequestItemsText for Q.9826
Browse files Browse the repository at this point in the history
`OfferRewardText` and `RequestItemsText`, aka Progress and Completion texts, for Quest #: 9826 (Contact from Dalaran) were swapped.

Please reference WoWhead (linked in commit).

Resolves #1237
  • Loading branch information
cpevors authored and AnonXS committed Dec 31, 2024
1 parent 10fd5ef commit b63585d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Updates/0532_q.9826_text.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Contact from Dalaran: https://www.wowhead.com/tbc/quest=9826/contact-from-dalaran
-- Resolves https://github.com/cmangos/tbc-db/pull/1237
-- Progress and Completion text were swapped.
UPDATE `quest_template` SET
`OfferRewardText` = 'Alturus entrusted you with this information? That old fool.$B$BI suppose the damage is done, we might as well make use of you. I suppose you will cooperate?',
`RequestItemsText` = 'You know of the Violet Eye? You do not look familiar.'
WHERE `entry` = 9826;

0 comments on commit b63585d

Please sign in to comment.