diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_09_17_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |