From ece0cde2fde2a8f54b03cc74613425dbce793736 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 17 Sep 2025 22:21:52 +0200 Subject: DB/Achievements: Added reward mail data for achievement 41888 --- sql/updates/world/master/2025_09_17_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_09_17_00_world.sql diff --git a/sql/updates/world/master/2025_09_17_00_world.sql b/sql/updates/world/master/2025_09_17_00_world.sql new file mode 100644 index 00000000000..cd14faee7fd --- /dev/null +++ b/sql/updates/world/master/2025_09_17_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `achievement_reward` WHERE `ID`=41888; +INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES +(41888,0,0,236953,219226,'Ethereal Crest Amelioration','Friend,\r\n\r\nThe Ethereal Crests have whispered their secrets to us at last. Cuzolth and I have uncovered what was long hidden!\r\n\r\nI can now transmute your Runed Ethereal Crests into something far more powerful, the Gilded Ethereal Crests. Please visit us when you get the chance.\r\n\r\nYours,\r\nVaskarn',0); -- cgit v1.2.3