From f39f4ce1209dd087f740fb2317d02aa6ee1d938a Mon Sep 17 00:00:00 2001 From: hondacrx Date: Fri, 24 Dec 2021 21:15:33 -0500 Subject: [PATCH] Core/Mail: include 100g in the mail sent after turning in the quest The Wrath of Neptulon Port From (https://github.com/TrinityCore/TrinityCore/commit/9d40a105e61376dd5f377f5d1e8131f6669ffdca) --- Source/Game/Mails/MailDraft.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Game/Mails/MailDraft.cs b/Source/Game/Mails/MailDraft.cs index 274821e9d..a2153529b 100644 --- a/Source/Game/Mails/MailDraft.cs +++ b/Source/Game/Mails/MailDraft.cs @@ -56,6 +56,10 @@ namespace Game.Mails m_mailTemplateItemsNeed = false; + // The mail sent after turning in the quest The Good News and The Bad News contains 100g + if (m_mailTemplateId == 123) + m_money = 1000000; + Loot mailLoot = new(); // can be empty