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 0000000000000..d39d0ec5a63c4 --- /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;