aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-09-16 00:10:44 +0200
committerShauren <shauren.trinity@gmail.com>2025-09-16 00:10:44 +0200
commite963b9b200225cb346d351cffdd59bd27b967714 (patch)
tree48543844ed6ed1d4e006bf4d155fe7aec2256391 /sql/updates
parent3a84fddd1445822250f22e5439ee4a868a183a4f (diff)
DB/Achievements: Added reward mail data for achievements 41886,41887,40885
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_09_16_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_16_00_world.sql b/sql/updates/world/master/2025_09_16_00_world.sql
new file mode 100644
index 00000000000..b989207bc07
--- /dev/null
+++ b/sql/updates/world/master/2025_09_16_00_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `achievement_reward` WHERE `ID` IN (41886,41887,40885);
+INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES
+(41886,0,0,236953,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),
+(41887,0,0,236953,219226,'Ethereal Crest Advancements','$n,\r\n\r\nCuzolth and I have delved deep into the mysteries of the Ethereal Crests, and at last, we have unraveled their secrets.\r\n\r\nWith this knowledge, I should be able to transmute your Carved Ethereal Crests into Runed Ethereal Crests!\r\n\r\nSee you in Dornogal,\r\nVaskarn',0),
+(40885,0,0,237355,228605,'The Key to Madness','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);