diff options
-rw-r--r-- | sql/updates/world/3.3.5/2025_02_14_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_14_00_world.sql b/sql/updates/world/3.3.5/2025_02_14_00_world.sql new file mode 100644 index 00000000000..6a675eace33 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_14_00_world.sql @@ -0,0 +1,2 @@ +-- Update "Lessons Anew" Completion (RewardText) +UPDATE `quest_offer_reward` SET `RewardText`="Greetings young $c, I'm glad to see you ready and eager to learn about the curing of poisons.$B$BWhile most druids in the past were put through pre-planned trials, your work will involve no such thing. There has been a rash of animal poisonings in Auberdine, and the village there has been unable to cure it. To that end, a representative there has asked Moonglade for aid and we are sending you there to aid them. This is no exercise - the work you'll do is quite real. Bear this in mind." WHERE `ID`=6121; |