diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-09-17 22:21:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-09-17 22:21:52 +0200 |
commit | ece0cde2fde2a8f54b03cc74613425dbce793736 (patch) | |
tree | 3d5c381fd4339afabba58a65845b67a1508ae714 | |
parent | e963b9b200225cb346d351cffdd59bd27b967714 (diff) |
DB/Achievements: Added reward mail data for achievement 41888
-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); |