Skip to content

Commit

Permalink
DB/Quest: Update Cloth Scavenging Completion (RewardText)
Browse files Browse the repository at this point in the history
closes TrinityCore#30438 by CraftedRO
  • Loading branch information
Aokromes authored Nov 14, 2024
1 parent 12b07e0 commit a72de0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/updates/world/3.3.5/2024_11_14_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Cloth Scavenging - Dalaran (13272)
UPDATE `quest_offer_reward` SET `RewardText`="I think you will find this skill helps you a great deal on your path to tailoring greatness!" WHERE `ID`=13272;
-- Cloth Scavenging - Valiance Keep (13265)
UPDATE `quest_offer_reward` SET `RewardText`="Turn that extra cloth you find into something that looks marvelous!" WHERE `ID`=13265;
-- Cloth Scavenging - Warsong Hold (13270)
UPDATE `quest_offer_reward` SET `RewardText`="I be appreciatin' your business." WHERE `ID`=13270;

0 comments on commit a72de0c

Please sign in to comment.