mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Build: Finalize the non-PCH building - now compiles on all platforms in nonPCH-mode, and in PCH (unless we've fucked up somewhere)
--HG-- branch : trunk
This commit is contained in:
@@ -992,8 +992,14 @@ void MailDraft::SendMailTo(SQLTransaction& trans, MailReceiver const& receiver,
|
||||
}
|
||||
}
|
||||
else if (!m_items.empty())
|
||||
deleteIncludedItems(SQLTransaction(NULL));
|
||||
{
|
||||
SQLTransaction temp = SQLTransaction(NULL);
|
||||
deleteIncludedItems(temp);
|
||||
}
|
||||
}
|
||||
else if (!m_items.empty())
|
||||
deleteIncludedItems(SQLTransaction(NULL));
|
||||
{
|
||||
SQLTransaction temp = SQLTransaction(NULL);
|
||||
deleteIncludedItems(temp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user