diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-11-14 07:51:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 07:51:47 +0100 |
commit | a72de0c32650e23d7e4e6190caa6136a92c47e63 (patch) | |
tree | 30043e8202a73757bb443b8df98ae30d5cf77a1c /sql | |
parent | 12b07e0fea25a207e12b1093b3f2eee6c5074d06 (diff) |
DB/Quest: Update Cloth Scavenging Completion (RewardText)
closes #30438 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2024_11_14_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_14_00_world.sql b/sql/updates/world/3.3.5/2024_11_14_00_world.sql new file mode 100644 index 00000000000..d39d0ec5a63 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_14_00_world.sql @@ -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; |