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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user