This commit is contained in:
Aaron Kimbre
2023-11-19 01:38:56 -06:00
parent 138dc0fab6
commit e1325b1e0f
3 changed files with 3 additions and 3 deletions

View File

@@ -785,4 +785,4 @@ void CharacterComponent::AwardClaimCodes() {
body << "%[RewardCodes_" << rewardCode << "_bodyText]";
Mail::SendMail(LWOOBJID_EMPTY, "%[MAIL_SYSTEM_NOTIFICATION]", m_Parent, subject.str(), body.str(), attachmentLOT, 1);
}
}
}