From ccab885dcd477627874e86398d8ce9b537662add Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 17 Aug 2025 20:27:17 +0200 Subject: DB/Achievements: Added reward mail data for achievement 41886 --- sql/updates/world/master/2025_08_17_05_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2025_08_17_05_world.sql (limited to 'sql') 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); -- cgit v1.2.3