diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-08-17 20:27:17 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-17 20:27:17 +0200 |
commit | ccab885dcd477627874e86398d8ce9b537662add (patch) | |
tree | 74769af97f64b36dbef18db76c12bba82258037c | |
parent | 649f706b5232fad282244e4b67efda73980a79cd (diff) |
DB/Achievements: Added reward mail data for achievement 41886
-rw-r--r-- | sql/updates/world/master/2025_08_17_05_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_17_05_world.sql b/sql/updates/world/master/2025_08_17_05_world.sql new file mode 100644 index 00000000000..339ae3137c0 --- /dev/null +++ b/sql/updates/world/master/2025_08_17_05_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `quest_offer_reward` WHERE `ID`=90779; +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(90779, 1, 0, 0, 0, 0, 0, 0, 0, 'Tales of your own accomplishments mingle into the chorus of echoes emanating from the now repaired stone.', 62493); -- 90779 + +DELETE FROM `achievement_reward` WHERE `ID`=41886; +INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES +(41886,0,0,219226,219226,'Ethereal Crest Analysis','My friend!\r\n\r\nCuzolth and I have cracked the mystery of the Ethereal Crests! It took time, effort, and no small amount of arcane tinkering, but we''ve finally done it!\r\n\r\nI should be able to transmute your Weathered Ethereal Crests into Carved Ethereal Crests now. Make haste and meet me in Dornogal at once!\r\n\r\nYour friend,\r\nVaskarn',0); |