mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Mail: include 100g in the mail sent after turning in the quest The Wrath of Neptulon (#23500)
This commit is contained in:
@@ -100,6 +100,10 @@ void MailDraft::prepareItems(Player* receiver, SQLTransaction& trans)
|
||||
|
||||
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;
|
||||
|
||||
// can be empty
|
||||
|
||||
Reference in New Issue
Block a user