aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-05-21 23:44:39 +0200
committerShauren <shauren.trinity@gmail.com>2025-05-21 23:44:39 +0200
commiteb032a30731fc833836ca7fcff8b538bdf74196e (patch)
tree8801c0d778f2a6451e612b9d09db3be2d2867e7b /sql
parent7ca9e9005d8b54555e0eaba36c9ff446526cb546 (diff)
DB/Achievements: Added reward mail data for achievement 40945
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_05_21_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_21_01_world.sql b/sql/updates/world/master/2025_05_21_01_world.sql
new file mode 100644
index 00000000000..133c39711b4
--- /dev/null
+++ b/sql/updates/world/master/2025_05_21_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `achievement_reward` WHERE `ID`=40945;
+INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES
+(40945,0,0,236953,219226,'Undermine Crest Ascension','$n,\r\n\r\nAfter countless tests, Cuzloth and I finally uncovered the truth behind these Undermine Crests. Their power is derived from the subterranean passages of Azeroth itself! Wondrous!\r\n\r\nHowever, we also discovered that further transmutation of these crests is not possible. Don\'t worry, I will keep researching in case anything was missed.\r\n\r\nDiscovery awaits,\r\nVaskarn',0);