aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-06-25 15:32:45 +0200
committerShauren <shauren.trinity@gmail.com>2025-06-25 15:32:45 +0200
commit17cb655e144b42d1ad5aa5b039edf3552128fa35 (patch)
treee92133bf27fefff394bc4b201d3377fa91103884
parent247c25abc98731f67df7061aa3860388140a1dc3 (diff)
DB/Achievements: Add mail rewards for achievements 40882 and 41211
-rw-r--r--sql/updates/world/master/2025_06_25_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_25_00_world.sql b/sql/updates/world/master/2025_06_25_00_world.sql
new file mode 100644
index 00000000000..a116ad2aa88
--- /dev/null
+++ b/sql/updates/world/master/2025_06_25_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `achievement_reward` WHERE `ID` IN (40882,41211);
+INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES
+(40882,0,0,237358,228605,'Copious Coffers','Champion,\r\n\r\nI see you''ve been keeping busy, very impressive indeed. Thanks to your contributions in the field we''ve made many discoveries slowly inching us towards greater understanding.\r\n\r\nI''ll see you out there Delver.\r\n\r\nElise Starseeker',0),
+(41211,0,0,236769,2979,'Your contract bid has been accepted','Greetings laborer,\r\n\r\nYour bid to restructure the pipes of the prestigious Gallagio fountain as an intern has been accepted! Included in this package is your Gallagio Pipeline Rerouter that we''ve already charged to your Venture Co. account. While the work you complete goes towards paying off this debt, the experiences you''ll have along the way are worth more than gold*.\r\n\r\n*Experiences have no monetary value and Venture Co. is not liable for any bodily injury you are likely to acquire in the pursuit of them.',0);