diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-02-14 09:44:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 09:44:35 +0100 |
commit | bfcf09d720c7d225c3c11b9657a69e79cd52e072 (patch) | |
tree | db17b60f30a66e16de6baf0ed110706d48b866cf | |
parent | ec8fbce5212f338eede10809dad379e2576de414 (diff) |
DB/Quest: Update "Lessons Anew" Completion (RewardText)
closes #30689
by CraftedRO
-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; |