diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_09_16_00_world.sql | 5 |
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); |