Core/Mail: include 100g in the mail sent after turning in the quest The Wrath of Neptulon (#23500)

This commit is contained in:
Wyrserth
2019-06-27 22:07:00 +02:00
committed by GitHub
parent 365e2f191e
commit cf223370f3

View File

@@ -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