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);
}
}
}

View File

@ -2,4 +2,4 @@ CREATE TABLE IF NOT EXISTS accounts_rewardcodes (
account_id INT NOT NULL REFERENCES accounts(id),
rewardcode INT NOT NULL,
PRIMARY KEY (account_id, rewardcode)
);
);

View File

@ -11,4 +11,4 @@ dont_use_keys=0
# Default 4,30
# 4 allows LEGOClub access
# 30 makes the client not consume bricks when in bbb mode
rewardcodes=4,30
rewardcodes=4,30